Searched refs:ZD (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/utils/ |
D | ZipFileRO.cpp | 36 # define ZD "%zd" macro 39 # define ZD "%ld" macro 252 LOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n", in mapCentralDirectory() 312 LOGW("Unable to map '%s' (" ZD " to " ZD "): %s\n", mFileName, in mapCentralDirectory() 370 LOGW("bad CD advance (%d vs " ZD ") at entry %d\n", in parseZipArchive() 584 "got: offset=" ZD " data=0x%08lx\n", in getEntryInfo() 600 LOGW("bad compressed length in zip (%ld + " ZD " > %ld)\n", in getEntryInfo() 608 LOGE("ERROR: bad uncompressed length in zip (%ld + " ZD " > %ld)\n", in getEntryInfo() 760 LOGE("Partial write during uncompress (" ZD " of " ZD ")\n", in uncompressEntry() 830 LOGW("Size mismatch on inflated file (%ld vs " ZD ")\n", in inflateBuffer() [all …]
|
/frameworks/base/tools/aapt/ |
D | StringPool.cpp | 12 # define ZD "%zd" macro 15 # define ZD "%ld" macro 41 printf("String #" ZD ": %s\n", (ZD_TYPE) s, str); in printStringPool()
|
D | Resource.cpp | 18 # define ZD "%zd" macro 21 # define ZD "%ld" macro 577 printf("baseFile " ZD " has flavor %s\n", (ZD_TYPE) i, in applyFileOverlay() 581 printf("overlayFile " ZD " has flavor %s\n", (ZD_TYPE) i, in applyFileOverlay() 595 … printf("found a match (" ZD ") for overlay file %s, for flavor %s\n", in applyFileOverlay()
|