Home
last modified time | relevance | path

Searched refs:logfile_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/tools/common/
H A Dcommon.py279 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/
Drelease_bazel.py210 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 Dbuild_recipe.py331 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 Devent_trace_controller.cc69 const wchar_t* logfile_path, in StartFileSession() argument
74 prop.SetLoggerFileName(logfile_path); in StartFileSession()
H A Devent_trace_controller.h101 const wchar_t* logfile_path,
/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream_unittest.cc133 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 Drun_jfuzz_test.py573 logfile_path = ddir + '/' + runner_id + '_bisection_log.txt'
575 args = list(args) + ['--logfile', logfile_path, '--cleanup']