Searched refs:LOG (Results 1 – 10 of 10) sorted by relevance
/build/tools/ziptime/ |
D | ZipFile.cpp | 31 #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 …]
|
D | ZipEntry.cpp | 30 #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/ |
D | main.cc | 152 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()
|
D | log.h | 35 #define LOG(args...) macro 37 #define LOG(args...) do { \ macro
|
D | eval.cc | 88 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()
|
D | find.cc | 332 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()
|
D | exec.cc | 64 LOG("ExecNode: %s for %s", in ExecNode()
|
D | func.cc | 473 LOG("%s", stmt->DebugString().c_str()); in EvalFunc() 496 LOG("ShellFunc: %s", cmd.c_str()); in ShellFuncImpl()
|
D | expr.cc | 225 LOG("Invoke func %s(%s)", name(), JoinValues(args_, ",").c_str()); in Eval()
|
D | dep.cc | 556 LOG("BuildPlan: %s for %s", in BuildPlan()
|