Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/transient/
Dfile_utils_unittest.cc162 FileWrapper file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
200 FileWrapper file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
240 FileWrapper file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
278 FileWrapper file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
314 FileWrapper file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
368 file = FileWrapper::OpenReadOnly(kOutFileName.c_str()); in TEST_F()
404 file = FileWrapper::OpenReadOnly(kOutFileName.c_str()); in TEST_F()
440 file = FileWrapper::OpenReadOnly(kOutFileName.c_str()); in TEST_F()
475 file = FileWrapper::OpenReadOnly(test_filename.c_str()); in TEST_F()
Dtransient_detector_unittest.cc50 FileWrapper detect_file = FileWrapper::OpenReadOnly( in TEST()
62 FileWrapper audio_file = FileWrapper::OpenReadOnly( in TEST()
Dwpd_tree_unittest.cc91 matlab_files_data[i] = FileWrapper::OpenReadOnly(matlab_string.c_str()); in TEST()
111 FileWrapper test_file = FileWrapper::OpenReadOnly(test_file_name.c_str()); in TEST()
Dclick_annotate.cc42 FileWrapper pcm_file = FileWrapper::OpenReadOnly(argv[1]); in main()
/external/webrtc/rtc_base/system/
Dfile_wrapper.cc50 FileWrapper FileWrapper::OpenReadOnly(const char* file_name_utf8) { in OpenReadOnly() function in webrtc::FileWrapper
55 FileWrapper FileWrapper::OpenReadOnly(const std::string& file_name_utf8) { in OpenReadOnly() function in webrtc::FileWrapper
56 return OpenReadOnly(GetCstrCheckNoEmbeddedNul(file_name_utf8)); in OpenReadOnly()
Dfile_wrapper.h37 static FileWrapper OpenReadOnly(const char* file_name_utf8);
38 static FileWrapper OpenReadOnly(const std::string& file_name_utf8);
/external/webrtc/modules/video_coding/utility/
Divf_file_writer_unittest.cc118 FileWrapper out_file = FileWrapper::OpenReadOnly(file_name_); in RunBasicFileStructureTest()
177 FileWrapper out_file = FileWrapper::OpenReadOnly(file_name_); in TEST_F()
Divf_file_reader_unittest.cc108 IvfFileReader::Create(FileWrapper::OpenReadOnly(file_name_)); in ValidateContent()
/external/webrtc/test/testsupport/
Dtest_artifacts_unittest.cc47 FileWrapper input = FileWrapper::OpenReadOnly(out_file); in TEST()
Divf_video_frame_generator.cc36 file_reader_(IvfFileReader::Create(FileWrapper::OpenReadOnly(file_name))), in IvfVideoFrameGenerator()
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc49 base::ScopedFile OpenReadOnly(const char* path) { in OpenReadOnly() function
85 open_fn = open_fn ? open_fn : OpenReadOnly; in SysStatsDataSource()
254 base::ScopedFile fd = OpenReadOnly(cur_freq_path); in ReadDevfreqCurFreq()
/external/webrtc/modules/audio_processing/test/
Dwav_based_simulator.cc27 FileWrapper file_wrapper = FileWrapper::OpenReadOnly(filename.c_str()); in GetCustomEventChain()
/external/webrtc/rtc_base/
Dfile_rotating_stream_unittest.cc97 webrtc::FileWrapper f = webrtc::FileWrapper::OpenReadOnly(file_path); in VerifyFileContents()
132 webrtc::FileWrapper f = webrtc::FileWrapper::OpenReadOnly(logfile_path); in TEST_F()
Dfile_rotating_stream.cc412 webrtc::FileWrapper f = webrtc::FileWrapper::OpenReadOnly(file_name); in ReadAll()
/external/webrtc/common_audio/
Dwav_file.cc69 : WavReader(FileWrapper::OpenReadOnly(filename)) {} in WavReader()
/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc268 _inputFile = FileWrapper::OpenReadOnly(_inputFilename.c_str()); in StartRecording()
/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.cc129 FileWrapper config_file = FileWrapper::OpenReadOnly(options_file); in ParseRtpGeneratorOptionsFromFile()