HomeSort by relevance Sort by last modified time
    Searched refs:CloseFile (Results 1 - 25 of 33) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/include/
file_wrapper.h 43 // takes ownership of |handle| and closes it in CloseFile().
49 virtual int CloseFile() = 0;
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector_unittest.cc 103 detect_file->CloseFile();
104 audio_file->CloseFile();
click_annotate.cc 110 pcm_file->CloseFile();
111 dat_file->CloseFile();
wpd_tree_unittest.cc 195 matlab_files_data[i]->CloseFile();
196 out_files_data[i]->CloseFile();
199 test_file->CloseFile();
file_utils_unittest.cc 383 file->CloseFile();
430 file->CloseFile();
477 file->CloseFile();
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.h 42 int CloseFile() override;
trace_impl.cc 76 trace_file_->CloseFile();
291 trace_file_->CloseFile();
385 trace_file_->CloseFile();
file_impl.cc 49 int FileWrapperImpl::CloseFile() {
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc 74 _recFile.CloseFile();
78 _playFile.CloseFile();
314 _recFile.CloseFile();
330 _recFile.CloseFile();
347 _playFile.CloseFile();
363 _playFile.CloseFile();
  /external/libvpx/libvpx/test/
video_source.h 83 CloseFile();
96 void CloseFile() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 102 CloseFile(fd);
140 CloseFile(fd);
237 CloseFile(fd);
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 51 _outputFile.CloseFile();
56 _inputFile.CloseFile();
240 _outputFile.CloseFile();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 257 CloseFile(pc_fd);
610 CloseFile(fd);
618 CloseFile(fd);
635 CloseFile(fd);
676 CloseFile(fd);
711 CloseFile(fd);
738 CloseFile(fd);
793 CloseFile(fd);
798 CloseFile(cov_fd);
    [all...]
sanitizer_coverage_mapping_libcdep.cc 115 CloseFile(map_fd);
sanitizer_common.cc 57 CloseFile(fd);
90 CloseFile(fd);
215 CloseFile(fd);
sanitizer_symbolizer_libcdep.cc 388 CloseFile(input_fd_);
390 CloseFile(output_fd_);
sanitizer_common.h 224 void CloseFile(fd_t);
238 ~FileCloser() { CloseFile(fd); }
  /external/libchrome/base/files/
file_util.cc 159 CloseFile(file);
216 bool CloseFile(FILE* file) {
file_util.h 309 BASE_EXPORT bool CloseFile(FILE* file);
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 155 HRESULT CloseFile(const FString &path);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 281 debug_dump_.debug_file->CloseFile();
    [all...]
  /external/libchrome/base/
logging.cc 323 void CloseFile(FileHandle log) {
335 CloseFile(g_log_file);
  /external/webrtc/webrtc/call/
rtc_event_log.cc 454 file_->CloseFile();
512 dump_file->CloseFile();
  /external/webrtc/webrtc/modules/media_file/
media_file_impl.cc 387 inputStream->CloseFile();
770 outputStream->CloseFile();
  /external/compiler-rt/lib/dfsan/
dfsan.cc 396 CloseFile(fd);

Completed in 311 milliseconds

1 2