Home
last modified time | relevance | path

Searched refs:CloseFile (Results 1 – 25 of 64) sorted by relevance

123

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.cpp51 CloseFile(fd); in ReopenIfNecessary()
87 CloseFile(fd); in SetReportPath()
132 CloseFile(fd); in ReadFileToBuffer()
141 CloseFile(fd); in ReadFileToBuffer()
167 CloseFile(fd); in ReadFileToVector()
174 CloseFile(fd); in ReadFileToVector()
Dsanitizer_file.h61 void CloseFile(fd_t);
72 ~FileCloser() { CloseFile(fd); } in ~FileCloser()
/external/adhd/cras/src/tests/
Ddsp_ini_unittest.cc24 CloseFile(); in TearDown()
28 virtual void CloseFile() { in CloseFile() function in __anon80e9b0fb0111::DspIniTestSuite
48 CloseFile(); in TEST_F()
60 CloseFile(); in TEST_F()
85 CloseFile(); in TEST_F()
100 CloseFile(); in TEST_F()
127 CloseFile(); in TEST_F()
211 CloseFile(); in TEST_F()
Ddsp_unittest.cc29 CloseFile(); in TearDown()
33 virtual void CloseFile() { in CloseFile() function in __anon14bb38bc0111::DspTestSuite
59 CloseFile(); in TEST_F()
Dcras_dsp_pipeline_unittest.cc221 CloseFile(); in TearDown()
225 virtual void CloseFile() { in CloseFile() function in __anonba2e54f90111::DspPipelineTestSuite
254 CloseFile(); in TEST_F()
409 CloseFile(); in TEST_F()
/external/perfetto/include/perfetto/ext/base/
Dscoped_file.h94 int PERFETTO_EXPORT CloseFile(int fd);
97 using ScopedFile = ScopedResource<int, CloseFile, -1>;
Dfile_utils.h68 int PERFETTO_EXPORT CloseFile(int fd);
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cpp112 CloseFile(fd); in TEST()
124 CloseFile(fd); in TEST()
162 CloseFile(fd); in TEST()
311 CloseFile(fd); in TEST()
/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp39 HRESULT CloseFile();
127 HRESULT CFolderOutStream::CloseFile() in CloseFile() function in NArchive::N7z::CFolderOutStream
140 RINOK(CloseFile()); in ProcessEmptyFiles()
173 RINOK(CloseFile()); in Write()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc273 CloseFile(pc_fd); in Disable()
627 CloseFile(fd); in DumpTrace()
635 CloseFile(fd); in DumpTrace()
652 CloseFile(fd); in DumpTrace()
693 CloseFile(fd); in DumpCallerCalleePairs()
728 CloseFile(fd); in DumpCounters()
755 CloseFile(fd); in DumpAsBitSet()
865 CloseFile(fd); in DumpOffsets()
871 CloseFile(cov_fd); in DumpOffsets()
Dsanitizer_common.cc52 CloseFile(fd); in ReopenIfNecessary()
85 CloseFile(fd); in SetReportPath()
152 CloseFile(fd); in ReadFileToBuffer()
Dsanitizer_coverage_mapping_libcdep.cc110 CloseFile(map_fd); in CovUpdateMapping()
Dsanitizer_symbolizer_libcdep.cc388 CloseFile(input_fd_); in Restart()
390 CloseFile(output_fd_); in Restart()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc102 CloseFile(fd); in TEST()
140 CloseFile(fd); in TEST()
237 CloseFile(fd); in TEST()
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp228 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform
230 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile()
232 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile()
233 return Platform::CloseFile(fd, error); in CloseFile()
/external/libvpx/libvpx/test/
Dvideo_source.h83 CloseFile(); in ~TempOutFile()
92 void CloseFile() { in CloseFile() function
/external/libaom/libaom/test/
Dvideo_source.h85 CloseFile(); in ~TempOutFile()
94 void CloseFile() { in CloseFile() function
/external/libchrome/base/test/
Dperf_log.cc31 base::CloseFile(perf_log_file); in FinalizePerfLog()
/external/llvm-project/lldb/include/lldb/Host/
DFileCache.h33 bool CloseFile(lldb::user_id_t fd, Status &error);
/external/libchrome/base/files/
Dfile_util.cc180 CloseFile(file); in ReadFileToStringWithMaxSize()
242 bool CloseFile(FILE* file) { in CloseFile() function
/external/libgav1/libgav1/examples/
Dgav1_decode.cc239 int CloseFile(FILE* stream) { return (stream == nullptr) ? 0 : fclose(stream); } in CloseFile() function
254 std::unique_ptr<FILE, decltype(&CloseFile)> frame_timing_file(nullptr, in main()
255 &CloseFile); in main()
/external/compiler-rt/lib/stats/
Dstats.cc110 CloseFile(stats_fd); in WriteFullReport()
/external/llvm-project/compiler-rt/lib/stats/
Dstats.cpp110 CloseFile(stats_fd); in WriteFullReport()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIO.h96 int CloseFile(int Fd);
/external/llvm-project/lldb/source/Host/common/
DFileCache.cpp43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache

123