Searched refs:upload_log_path (Results 1 – 1 of 1) sorted by relevance
59 FilePath upload_log_path = crash_dir_path.AppendASCII("uploads.log"); in LoadCrashList() local60 if (file_util::PathExists(upload_log_path)) { in LoadCrashList()62 file_util::ReadFileToString(upload_log_path, &contents); in LoadCrashList()