Home
last modified time | relevance | path

Searched refs:upload_log_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
Dcrash_upload_list.cc59 FilePath upload_log_path = crash_dir_path.AppendASCII("uploads.log"); in LoadCrashList() local
60 if (file_util::PathExists(upload_log_path)) { in LoadCrashList()
62 file_util::ReadFileToString(upload_log_path, &contents); in LoadCrashList()