Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/ziptime/
DZipFile.cpp31 #define LOG(...) fprintf(stderr, __VA_ARGS__) macro
44 LOG("fopen failed: %d\n", err); in rewrite()
87 LOG("Length is %ld -- too small\n", (long)fileLength); in rewriteCentralDir()
94 LOG("Failure allocating %d bytes for EOCD search", in rewriteCentralDir()
108 LOG("Failure seeking to end of zip at %ld", (long) seekStart); in rewriteCentralDir()
115 LOG("short file? wanted %ld\n", readAmount); in rewriteCentralDir()
129 LOG("EOCD not found, not Zip\n"); in rewriteCentralDir()
137 LOG("Failure reading %ld bytes of EOCD values", readAmount - i); in rewriteCentralDir()
156 LOG("Failure seeking to central dir offset %" PRIu32 "\n", in rewriteCentralDir()
171 LOG("initFromCDE failed\n"); in rewriteCentralDir()
[all …]
DZipEntry.cpp30 #define LOG(...) fprintf(stderr, __VA_ARGS__) macro
52 LOG("mCDE.rewrite failed\n"); in initAndRewriteFromCDE()
59 LOG("local header seek failed (%" PRIu32 ")\n", in initAndRewriteFromCDE()
66 LOG("mLFH.rewrite failed\n"); in initAndRewriteFromCDE()
95 LOG("whoops: didn't find expected signature\n"); in rewrite()
133 LOG("Whoops: didn't find expected signature\n"); in rewrite()