Searched defs:LOG (Results 1 - 5 of 5) sorted by relevance

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

Completed in 68 milliseconds