OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/test/
perf_test_suite.cc
25
FilePath
log_path
=
local
27
if (
log_path
.empty()) {
30
log_path
= exe.ReplaceExtension(FILE_PATH_LITERAL("log"));
31
log_path
=
log_path
.InsertBeforeExtension(FILE_PATH_LITERAL("_perf"));
33
ASSERT_TRUE(InitPerfLog(
log_path
));
/external/chromium/chrome/common/
logging_chrome.cc
237
FilePath
log_path
= GetSessionLogFile(command_line);
local
243
FilePath target_path = SetUpSymlinkIfNeeded(
log_path
, true);
252
if (!InitLogging(
log_path
.value().c_str(),
257
LOG(ERROR) << "Unable to initialize logging to " <<
log_path
.value();
258
RemoveSymlinkAndLog(
log_path
, target_path);
276
FilePath
log_path
= GetLogFileName();
local
283
log_path
= GetSessionLogFile(command_line);
289
log_path
, delete_old_log_file == logging::DELETE_OLD_LOG_FILE);
302
bool success = InitLogging(
log_path
.value().c_str(),
310
PLOG(ERROR) << "Unable to initialize logging to " <<
log_path
.value(
402
FilePath
log_path
;
local
[
all
...]
Completed in 105 milliseconds