Home
last modified time | relevance | path

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

/build/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()
96 LOG("whoops: didn't find expected signature\n"); in rewrite()
135 LOG("Whoops: didn't find expected signature\n"); in rewrite()
/build/kati/
Dmain.cc152 LOG("%s", stmt->DebugString().c_str()); in Run()
165 LOG("%s", stmt->DebugString().c_str()); in Run()
195 LOG("setenv(%s, %s)", name.c_str(), value.c_str()); in Run()
198 LOG("unsetenv(%s)", name.c_str()); in Run()
Dlog.h35 #define LOG(args...) macro
37 #define LOG(args...) do { \ macro
Deval.cc88 LOG("Assign: %s=%s", lhs.c_str(), rhs->DebugString().c_str()); in EvalRHS()
128 LOG("Rule: %s", rule->DebugString().c_str()); in EvalRule()
179 LOG("Command: %s", stmt->expr->DebugString().c_str()); in EvalCommand()
218 LOG("%s", a->DebugString().c_str()); in EvalIf()
230 LOG("%s", stmt->DebugString().c_str()); in DoInclude()
Dfind.cc332 LOG("FindEmulator does not support %s", path->c_str()); in RunFind()
368 LOG("FindEmulator: Unsupported find command: %.*s", SPF(cmd_)); in Parse()
724 LOG("FindEmulator: Cannot handle chdir (%.*s): %s", in HandleFind()
739 LOG("FindEmulator: Cannot handle test dir (%.*s): %s", in HandleFind()
745 LOG("FindEmulator: Test dir (%.*s) not found: %s", in HandleFind()
753 LOG("FindEmulator: Cannot handle chdir (%.*s): %s", in HandleFind()
775 LOG("FindEmulator: Cannot handle find dir (%s): %s", in HandleFind()
799 LOG("FindEmulator: RunFind failed: %s", cmd.c_str()); in HandleFind()
812 LOG("FindEmulator: OK"); in HandleFind()
911 LOG("stat failed: %s: %s", path.c_str(), strerror(errno)); in ResolveSymlinks()
Dexec.cc64 LOG("ExecNode: %s for %s", in ExecNode()
Dfunc.cc473 LOG("%s", stmt->DebugString().c_str()); in EvalFunc()
496 LOG("ShellFunc: %s", cmd.c_str()); in ShellFuncImpl()
Dexpr.cc225 LOG("Invoke func %s(%s)", name(), JoinValues(args_, ",").c_str()); in Eval()
Ddep.cc556 LOG("BuildPlan: %s for %s", in BuildPlan()