Searched refs:logfile_path (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/art/tools/common/ |
H A D | common.py | 279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 293 if logfile_path is None: 296 self._logfile = open(logfile_path, 'w+') 370 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 385 if logfile_path is None: 388 self._logfile = open(logfile_path, 'w+')
|
/aosp_15_r20/prebuilts/bazel/common/ |
D | release_bazel.py | 210 logfile_path = temp_file_path("update.log") 212 with logfile_path.open("w") as logfile: 251 logfile_path = temp_file_path("verify.log") 253 with logfile_path.open("w") as logfile:
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | build_recipe.py | 331 logfile_path = str(recipe_logfile.resolve()) 339 _LOG.error(' ║ %s %s', _color.yellow('START'), logfile_path) 352 _LOG.error(' ║ %s %s', _color.yellow('END'), logfile_path)
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | event_trace_controller.cc | 69 const wchar_t* logfile_path, in StartFileSession() argument 74 prop.SetLoggerFileName(logfile_path); in StartFileSession()
|
H A D | event_trace_controller.h | 101 const wchar_t* logfile_path,
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | file_rotating_stream_unittest.cc | 133 std::string logfile_path = stream_->GetFilePath(0); in TEST_F() local 134 webrtc::FileWrapper f = webrtc::FileWrapper::OpenReadOnly(logfile_path); in TEST_F()
|
/aosp_15_r20/art/tools/jfuzz/ |
H A D | run_jfuzz_test.py | 573 logfile_path = ddir + '/' + runner_id + '_bisection_log.txt' 575 args = list(args) + ['--logfile', logfile_path, '--cleanup']
|