Searched refs:LogErrno (Results 1 – 2 of 2) sorted by relevance
20 void LogErrno(const char* fmt, ...);23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
58 void LogErrno(const char* fmt, ...) { in LogErrno() function