Searched refs:LOGW (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/ |
D | roots.c | 321 LOGW("format_root_device: bad root name \"%s\"\n", root); in format_root_device() 327 LOGW("format_root_device: can't resolve \"%s\"\n", root); in format_root_device() 335 LOGW("format_root_device: can't unmount \"%s\"\n", root); in format_root_device() 347 LOGW("format_root_device: can't find mtd partition \"%s\"\n", in format_root_device() 354 LOGW("format_root_device: can't open \"%s\"\n", root); in format_root_device() 357 LOGW("format_root_device: can't erase \"%s\"\n", root); in format_root_device() 361 LOGW("format_root_device: can't close \"%s\"\n", root); in format_root_device() 369 LOGW("format_root_device: can't handle non-mtd device \"%s\"\n", root); in format_root_device()
|
D | common.h | 82 #define LOGW(...) fprintf(stderr, "W:" __VA_ARGS__) macro
|
D | recovery.c | 265 LOGW("Can't unlink %s\n", COMMAND_FILE); in finish_recovery()
|
/bootable/recovery/minzip/ |
D | SysUtil.c | 39 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()
|
D | Zip.c | 154 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 …]
|
D | Log.h | 103 #ifndef LOGW 104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/bootable/recovery/mtdutils/ |
D | flash_image.c | 77 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/ |
D | installer.c | 343 LOGW("addjournal flag is meaningless for ext3 images"); in process_image_node()
|