Home
last modified time | relevance | path

Searched refs:fmt (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DPreviewerEngineLog.cpp30 void PrintLog(const char* level, const char* file, const char* func, int line, const char* fmt, ...) in PrintLog() argument
40 if (fmt == nullptr || *fmt == '\0') { in PrintLog()
44 va_start(argsList, fmt); in PrintLog()
48 int ret = vsnprintf_s(output, sizeof(output), sizeof(output), fmt, argsList); in PrintLog()
H A DPreviewerEngineLog.h26 const char* fmt, ...);

Completed in 1 milliseconds