Searched refs:OutputLog (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | logging.h | 36 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, 40 OutputLog(file, severity, __FILE__, __LINE__, 0, fmt, ##__VA_ARGS__)
|
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 93 OutputLog(stdout, 'I', "", 0, defaultTimestamp(), ""); in TEST() 101 OutputLog(stdout, ' ', R"(c:\foo\bar\file_name)", 123, 0, ""); in TEST() 110 OutputLog(stdout, ' ', "/foo/bar/file_name", 123, 0, ""); in TEST()
|
D | GfxstreamFatalError.cpp | 47 OutputLog(stderr, 'F', mFile, mLine, 0, mOss.str().c_str()); in ~AbortMessage()
|
D | logging.cpp | 91 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, in OutputLog() function
|