Searched defs:test_list_path_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_uploader_unittest.cc80 base::File test_list_file(test_list_path_,
105 int read = base::ReadFileToString(test_list_path_, &contents);
160 base::FilePath test_list_path_; member in class:WebRtcLogUploaderTest
166 ASSERT_TRUE(base::CreateTemporaryFile(&test_list_path_));
167 EXPECT_TRUE(base::DeleteFile(test_list_path_, false));
170 webrtc_log_uploader->AddLocallyStoredLogInfoToUploadListFile(test_list_path_,
172 webrtc_log_uploader->AddLocallyStoredLogInfoToUploadListFile(test_list_path_,
182 webrtc_log_uploader->AddLocallyStoredLogInfoToUploadListFile(test_list_path_,
191 webrtc_log_uploader->AddLocallyStoredLogInfoToUploadListFile(test_list_path_,
202 ASSERT_TRUE(base::CreateTemporaryFile(&test_list_path_));
[all...]

Completed in 67 milliseconds