Home
last modified time | relevance | path

Searched defs:logfile_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/tools/common/
H A Dcommon.py279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
370 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
/aosp_15_r20/external/cronet/base/win/
H A Devent_trace_controller.cc69 const wchar_t* logfile_path, in StartFileSession()
/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