Searched refs:log_list_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_list.cc24 base::FilePath log_list_path = GetWebRtcLogListFileForDirectory( local
26 return new UploadList(delegate, log_list_path);
H A Dwebrtc_log_util.cc59 base::FilePath log_list_path = local
62 const bool update_log_list = base::PathExists(log_list_path);
64 bool read_ok = base::ReadFileToString(log_list_path, &log_list);
72 if (name == log_list_path)
98 int written = base::WriteFile(log_list_path, &log_list[0], log_list.size());
H A Dwebrtc_log_uploader.cc103 base::FilePath log_list_path = local
110 log_list_path,
163 base::FilePath log_list_path = local
166 AddLocallyStoredLogInfoToUploadListFile(log_list_path, local_log_id);

Completed in 179 milliseconds