Home
last modified time | relevance | path

Searched refs:OutputLog (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dlogging.h36 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/
Dlogging_unittest.cpp93 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()
DGfxstreamFatalError.cpp47 OutputLog(stderr, 'F', mFile, mLine, 0, mOss.str().c_str()); in ~AbortMessage()
Dlogging.cpp91 void OutputLog(FILE* stream, char severity, const char* file, unsigned int line, in OutputLog() function