HomeSort by relevance Sort by last modified time
    Searched defs:log_path (Results 1 - 4 of 4) 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/compiler-rt/lib/tsan/rtl/
tsan_flags.h 57 // Write logs to "log_path.pid".
60 const char *log_path; member in struct:__tsan::Flags
  /external/compiler-rt/lib/asan/
asan_flags.h 100 // ASan will write logs to "log_path.pid" instead of stderr.
101 const char *log_path; member in struct:__asan::Flags
  /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 82 milliseconds