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

/bootable/recovery/
H A Dcommon.h32 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
35 #define LOGV(...) do {} while (0) macro
/bootable/recovery/minzip/
H A DLog.h22 * Normally we strip LOGV (VERBOSE messages) from release builds.
48 #ifndef LOGV
50 #define LOGV(...) ((void)0) macro
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
69 #define LOGVV LOGV
H A DZip.c204 LOGV("Not a Zip archive (found 0x%08x)\n", val);
436 LOGV("File '%s' too small to be zip (%zd)\n", fileName, map.length);
445 LOGV("Parsing '%s' failed\n", fileName);
464 LOGV("Closing archive %p\n", pArchive);
1104 LOGV("Extracted file \"%s\"\n", targetFile);
H A DSysUtil.c169 LOGV("Unable to open '%s': %s\n", fn+1, strerror(errno));

Completed in 135 milliseconds