Home
last modified time | relevance | path

Searched defs:Log (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dlog.c25 void Log(const char* file, int line, LogPriority level, const char* fmt, ...) in Log() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dlogging.hpp12 class Log { class
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dubgears.c67 #define Log(x) { if(verbose) printf x; } macro