Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 10 of 10) 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()
/build/kati/
Dlog.h36 #define LOG(args...) macro
38 #define LOG(args...) \ macro
Dmain.cc255 LOG("%s", stmt->DebugString().c_str()); in Run()
273 LOG("%s", stmt->DebugString().c_str()); in Run()
304 LOG("setenv(%s, %s)", name.c_str(), value.c_str()); in Run()
307 LOG("unsetenv(%s)", name.c_str()); in Run()
Dfind.cc375 LOG("FindEmulator does not support %s", path->c_str()); in RunFind()
406 LOG("FindEmulator: Unsupported find command: %.*s", SPF(cmd_)); in Parse()
796 LOG("FindEmulator: Cannot handle chdir (%.*s): %s", SPF(fc.chdir), in HandleFind()
814 LOG("FindEmulator: Cannot handle test dir (%.*s): %s", SPF(fc.testdir), in HandleFind()
820 LOG("FindEmulator: Test dir (%.*s) not found: %s", SPF(fc.testdir), in HandleFind()
830 LOG("FindEmulator: Cannot handle chdir (%.*s): %s", SPF(fc.chdir), in HandleFind()
850 LOG("FindEmulator: Cannot handle find dir (%s): %s", finddir.c_str(), in HandleFind()
872 LOG("FindEmulator: RunFind failed: %s", cmd.c_str()); in HandleFind()
895 LOG("FindEmulator: OK"); in HandleFind()
932 LOG("opendir failed: %s", path.c_str()); in ConstructDirectoryTree()
[all …]
Deval.cc122 LOG("Assign: %s=%s", lhs.c_str(), result->DebugString().c_str()); in EvalRHS()
343 LOG("Rule: %s", rule->DebugString().c_str()); in EvalRule()
362 LOG("Command: %s", Value::DebugString(stmt->expr).c_str()); in EvalCommand()
401 LOG("%s", a->DebugString().c_str()); in EvalIf()
418 LOG("%s", stmt->DebugString().c_str()); in DoInclude()
Dexec.cc65 LOG("ExecNode: %s for %s", n->output.c_str(), in ExecNode()
Dfunc.cc479 LOG("%s", stmt->DebugString().c_str()); in EvalFunc()
506 LOG("ShellFunc: %s", cmd.c_str()); in ShellFuncImpl()
Dexpr.cc216 LOG("Invoke func %s(%s)", name(), JoinValues(args_, ",").c_str()); in Eval()
Ddep.cc629 LOG("BuildPlan: %s for %s", output.c_str(), needed_by.c_str()); in BuildPlan()