/third_party/ninja/src/ |
D | ninja.cc | 1017 string log_path = ".ninja_log"; in ToolRestat() local 1019 log_path = build_dir_ + "/" + log_path; in ToolRestat() 1022 const LoadStatus status = build_log_.Load(log_path, &err); in ToolRestat() 1024 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in ToolRestat() 1037 bool success = build_log_.Restat(log_path, disk_interface_, argc, argv, &err); in ToolRestat() 1044 if (!build_log_.OpenForWrite(log_path, *this, &err)) { in ToolRestat() 1234 string log_path = ".ninja_log"; in OpenBuildLog() local 1236 log_path = build_dir_ + "/" + log_path; in OpenBuildLog() 1239 const LoadStatus status = build_log_.Load(log_path, &err); in OpenBuildLog() 1241 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in OpenBuildLog() [all …]
|
D | build_test.cc | 520 const char* log_path = NULL, const char* deps_path = NULL, 540 const char* log_path, const char* deps_path, in RebuildTarget() argument 550 if (log_path) { in RebuildTarget() 551 ASSERT_TRUE(build_log.Load(log_path, &err)); in RebuildTarget() 552 ASSERT_TRUE(build_log.OpenForWrite(log_path, *this, &err)); in RebuildTarget()
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
D | gwp_asan.c | 183 char log_path[GWP_ASAN_NAME_LEN]; in gwp_asan_printf() local 184 …snprintf(log_path, GWP_ASAN_NAME_LEN, "%s%s.%s.%d.log", GWP_ASAN_LOG_DIR, GWP_ASAN_LOG_TAG, path, … in gwp_asan_printf() 185 FILE *fp = fopen(log_path, "a+"); in gwp_asan_printf() 187 MUSL_LOGE("[gwp_asan]: %{public}s fopen %{public}s succeed.", path, log_path); in gwp_asan_printf() 190 MUSL_LOGE("[gwp_asan]: %{public}s fopen %{public}s failed!", path, log_path); in gwp_asan_printf()
|
/third_party/cef/libcef/common/ |
D | resource_util.cc | 184 base::FilePath log_path; in GetDefaultLogFilePath() local 185 base::PathService::Get(base::DIR_EXE, &log_path); in GetDefaultLogFilePath() 186 return log_path.Append(FILE_PATH_LITERAL("debug.log")); in GetDefaultLogFilePath()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_libvmaf.c | 55 char *log_path; member 76 …the file path to be used to store logs.", OFFSET(log_path), AV_OPT_TYPE_STR… 173 read_frame, s, s->model_path, s->log_path, in compute_vmaf_score()
|
/third_party/musl/scripts/ |
D | install.py | 9 def exec_command(cmd, log_path='out/build.log', **kwargs): argument
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 115 static char *log_path = "netstress.log"; variable 726 int fd = SAFE_OPEN(log_path, O_CREAT | O_TRUNC | O_WRONLY, 0644); in move_to_background()
|
/third_party/python/Lib/test/ |
D | test_typing.py | 3029 log_path: str
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13887 @item log_path
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 30331 <!-- const char* __sanitizer::CommonFlags::log_path --> 30332 …<var-decl name='log_path' type-id='type-id-4' visibility='default' filepath='../../.././libsanitiz…
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 24102 base::FilePath log_path; 24104 + base::PathService::Get(base::DIR_OHOS_APP_DATA, &log_path); 24106 base::PathService::Get(base::DIR_EXE, &log_path); 24108 return log_path.Append(FILE_PATH_LITERAL("debug.log"));
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 17530 …<var-decl name='log_path' type-id='type-id-4' visibility='default' filepath='../../.././libsanitiz…
|