Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/minzip/
DSysUtil.c39 LOGW("mmap(%d, RW, SHARED|ANON) failed: %s\n", (int) length, in sysCreateAnonShmem()
131 LOGW("mmap(%d, R, FILE|SHARED, %d, %d) failed: %s\n", (int) length, in sysMapFileInShmem()
164 LOGW("bad segment: st=%d len=%ld flen=%d\n", in sysMapFileSegmentInShmem()
177 LOGW("mmap(%d, R, FILE|SHARED, %d, %d) failed: %s\n", in sysMapFileSegmentInShmem()
204 LOGW("munmap(%p, %d) failed: %s\n", in sysReleaseShmem()
DZip.c154 LOGW("WARNING: duplicate entry '%.*s' in Zip\n", in addEntryToHashTable()
164 LOGW("Filename too long (%d chatacters)\n", fileNameLen); in validFilename()
172 LOGW("Filename contains invalid character '\%03o'\n", fileName[i]); in validFilename()
234 LOGW("Invalid entries=%d offset=%d (len=%zd)\n", in parseZipArchive()
256 LOGW("Ran off the end (at %d)\n", i); in parseZipArchive()
260 LOGW("Missed a central dir sig (at %d)\n", i); in parseZipArchive()
270 LOGW("Filename ran off the end (at %d)\n", i); in parseZipArchive()
274 LOGW("Invalid filename (at %d)\n", i); in parseZipArchive()
349 LOGW("Incompatible \"version made by\": 0x%02x (at %d)\n", in parseZipArchive()
359 LOGW("Integer overflow adding in parseZipArchive\n"); in parseZipArchive()
[all …]
DLog.h103 #ifndef LOGW
104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/bootable/recovery/
Droots.c184 LOGW("failed to mount %s (%s); trying %s\n", in ensure_path_mounted()
258 LOGW("format_volume: can't open MTD \"%s\"\n", v->device); in format_volume()
261 LOGW("format_volume: can't erase MTD \"%s\"\n", v->device); in format_volume()
265 LOGW("format_volume: can't close MTD \"%s\"\n", v->device); in format_volume()
Dcommon.h77 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__) macro
Drecovery.c280 LOGW("Can't unlink %s\n", COMMAND_FILE); in finish_recovery()
/bootable/recovery/mtdutils/
Dflash_image.c77 LOGW("error opening %s: %s\n", argv[1], strerror(errno)); in main()
83 LOGW("error reading %s: %s\n", argv[1], strerror(errno)); in main()
/bootable/diskinstaller/
Dinstaller.c347 LOGW("addjournal flag is meaningless for ext3 images"); in process_image_node()