Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DLog.h48 #ifndef LOGV
50 #define LOGV(...) ((void)0) macro
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
69 #define LOGVV LOGV
DZip.c460 LOGV("Closing archive %p\n", pArchive); in mzCloseZipArchive()
1003 LOGV("Extracted file \"%s\"\n", targetFile); in mzExtractRecursive()
1010 LOGV("Extracted %d file(s)\n", extractCount); in mzExtractRecursive()
DHash.c376 LOGV("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n", in mzHashTableProbeCount()
/bootable/recovery/
Dcommon.h29 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
32 #define LOGV(...) do {} while (0) macro