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

/external/chromium/base/debug/
H A Dtrace_event.cc114 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");

Completed in 366 milliseconds