Searched refs:GetSessionLogFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/
H A Dlogging_chrome.h41 FilePath GetSessionLogFile(const CommandLine& command_line);
H A Dlogging_chrome.cc215 FilePath GetSessionLogFile(const CommandLine& command_line) { function in namespace:logging
237 FilePath log_path = GetSessionLogFile(command_line);
283 log_path = GetSessionLogFile(command_line);
/external/chromium_org/chrome/common/
H A Dlogging_chrome.h40 base::FilePath GetSessionLogFile(const CommandLine& command_line);
H A Dlogging_chrome.cc200 base::FilePath GetSessionLogFile(const CommandLine& command_line) { function in namespace:logging
238 base::FilePath log_path = GetSessionLogFile(command_line);
289 log_path = GetSessionLogFile(command_line);
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.cc181 base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName();

Completed in 245 milliseconds