Home
last modified time | relevance | path

Searched refs:LogErrno (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_debug.h20 void LogErrno(const char* fmt, ...);
23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
Dcrazy_linker_debug.cpp58 void LogErrno(const char* fmt, ...) { in LogErrno() function