Searched refs:CloseFile (Results 1 - 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/include/
H A Dfile_wrapper.h43 // takes ownership of |handle| and closes it in CloseFile().
49 virtual int CloseFile() = 0;
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_detector_unittest.cc103 detect_file->CloseFile();
104 audio_file->CloseFile();
H A Dclick_annotate.cc110 pcm_file->CloseFile();
111 dat_file->CloseFile();
H A Dwpd_tree_unittest.cc195 matlab_files_data[i]->CloseFile();
196 out_files_data[i]->CloseFile();
199 test_file->CloseFile();
H A Dfile_utils_unittest.cc383 file->CloseFile();
430 file->CloseFile();
477 file->CloseFile();
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.h42 int CloseFile() override;
H A Dtrace_impl.cc76 trace_file_->CloseFile();
291 trace_file_->CloseFile();
385 trace_file_->CloseFile();
H A Dfile_impl.cc49 int FileWrapperImpl::CloseFile() { function in class:webrtc::FileWrapperImpl
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_buffer.cc74 _recFile.CloseFile();
78 _playFile.CloseFile();
314 _recFile.CloseFile();
330 _recFile.CloseFile();
347 _playFile.CloseFile();
363 _playFile.CloseFile();
/external/libvpx/libvpx/test/
H A Dvideo_source.h83 CloseFile();
92 void CloseFile() { function in class:libvpx_test::TempOutFile
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc110 CloseFile(map_fd);
H A Dsanitizer_coverage_libcdep.cc273 CloseFile(pc_fd);
627 CloseFile(fd);
635 CloseFile(fd);
652 CloseFile(fd);
693 CloseFile(fd);
728 CloseFile(fd);
755 CloseFile(fd);
865 CloseFile(fd);
871 CloseFile(cov_fd);
H A Dsanitizer_common.cc52 CloseFile(fd);
85 CloseFile(fd);
152 CloseFile(fd);
H A Dsanitizer_symbolizer_libcdep.cc388 CloseFile(input_fd_);
390 CloseFile(output_fd_);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc102 CloseFile(fd);
140 CloseFile(fd);
237 CloseFile(fd);
/external/webrtc/webrtc/modules/audio_device/dummy/
H A Dfile_audio_device.cc51 _outputFile.CloseFile();
56 _inputFile.CloseFile();
240 _outputFile.CloseFile();
/external/compiler-rt/lib/stats/
H A Dstats.cc110 CloseFile(stats_fd);
/external/libchrome/base/files/
H A Dfile_util.cc159 CloseFile(file);
217 bool CloseFile(FILE* file) { function in namespace:base
H A Dfile_util.h318 BASE_EXPORT bool CloseFile(FILE* file);
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h155 HRESULT CloseFile(const FString &path);
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc281 debug_dump_.debug_file->CloseFile();
1070 if (debug_dump_.debug_file->CloseFile() == -1) {
1076 debug_dump_.debug_file->CloseFile();
1100 if (debug_dump_.debug_file->CloseFile() == -1) {
1134 if (debug_dump_.debug_file->CloseFile() == -1) {
/external/libchrome/base/
H A Dlogging.cc331 void CloseFile(FileHandle log) { function in namespace:logging::__anon9881
343 CloseFile(g_log_file);
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc454 file_->CloseFile();
512 dump_file->CloseFile();
/external/webrtc/webrtc/modules/media_file/
H A Dmedia_file_impl.cc387 inputStream->CloseFile();
770 outputStream->CloseFile();
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc397 CloseFile(fd);

Completed in 582 milliseconds

12