HomeSort by relevance Sort by last modified time
    Searched defs:log_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/debug/
trace_event.cc 114 FilePath log_file_path; local
115 if (!PathService::Get(base::DIR_EXE, &log_file_path))
117 log_file_path = log_file_path.Append(pid_filename);
118 log_file_ = file_util::OpenFile(log_file_path, "a");
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 342 base::FilePath log_file_path = local
345 EXPECT_TRUE(base::GetFileSize(log_file_path, &size));
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 259 base::string16 log_file_path = logging::GetLogFileFullPath(); local
260 if (!log_file_path.empty()) {
263 log_file_path.c_str());
    [all...]

Completed in 179 milliseconds