OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logfile_path
(Results
1 - 3
of
3
) sorted by null
/art/tools/common/
common.py
287
def __init__(self, directory_prefix, cleanup=True,
logfile_path
=None,
294
logfile_path
: string, can be used to specify custom logfile location.
301
if
logfile_path
is None:
304
self._logfile = open(
logfile_path
, 'w+')
372
def __init__(self, directory_prefix, cleanup=True,
logfile_path
=None,
379
logfile_path
: string, can be used to specify custom logfile location.
387
if
logfile_path
is None:
390
self._logfile = open(
logfile_path
, 'w+')
/external/webrtc/webrtc/base/
filerotatingstream_unittest.cc
116
std::string
logfile_path
= stream_->GetFilePath(0);
local
117
scoped_ptr<FileStream> stream(Filesystem::OpenFile(
logfile_path
, "r"));
/art/tools/jfuzz/
run_jfuzz_test.py
579
logfile_path
= ddir + '/' + runner_id + '_bisection_log.txt'
581
args = list(args) + ['--logfile',
logfile_path
, '--cleanup']
Completed in 192 milliseconds