Searched refs:LOGW (Results 1 – 8 of 8) sorted by relevance
/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/ |
D | roots.c | 184 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()
|
D | common.h | 77 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__) macro
|
D | recovery.c | 280 LOGW("Can't unlink %s\n", COMMAND_FILE); in finish_recovery()
|
/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 | 347 LOGW("addjournal flag is meaningless for ext3 images"); in process_image_node()
|