HomeSort by relevance Sort by last modified time
    Searched full:upload_log_path (Results 1 - 1 of 1) sorted by null

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

Completed in 33 milliseconds