Searched refs:rawContents (Results 1 – 4 of 4) sorted by relevance
265 bool qpTestLog_writeRaw(qpTestLog *log, const char *rawContents);
1541 bool qpTestLog_writeRaw(qpTestLog *log, const char *rawContents) in qpTestLog_writeRaw() argument1546 fprintf(log->outputFile, "%s", rawContents); in qpTestLog_writeRaw()
658 void TestLog::writeRaw(const char *rawContents) in writeRaw() argument662 qpTestLog_writeRaw(m_log, rawContents); in writeRaw()
203 void writeRaw(const char *rawContents);