Searched defs:log_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/test/
H A Dperf_test_suite.cc25 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/browser/net/
H A Dnet_log_logger.cc14 NetLogLogger::NetLogLogger(const FilePath &log_path) argument
16 if (!log_path.empty()) {
18 file_.Set(file_util::OpenFile(log_path, "w"));
/external/chromium/chrome/common/
H A Dlogging_chrome.cc237 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
402 FilePath log_path; local
[all...]

Completed in 185 milliseconds