Home
last modified time | relevance | path

Searched refs:closeFile (Results 1 – 25 of 47) sorted by relevance

12

/external/python/pybind11/include/pybind11/
Deval.h116 int closeFile = 1; variable
130 closeFile = 0;
140 (void) closeFile;
143 local.ptr(), closeFile);
/external/sonic/
Dwave.c227 static void closeFile( in closeFile() function
256 closeFile(file); in openInputWaveFile()
283 closeFile(file); in openOutputWaveFile()
320 closeFile(file); in closeWaveFile()
/external/llvm-project/clang/include/clang/Basic/
DFileEntry.h70 inline void closeFile() const;
376 void closeFile() const;
393 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
/external/llvm-project/llvm/unittests/Support/
DMemoryBufferTest.cpp114 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F()
124 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F()
174 auto ReadCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[0]); }); in TEST_F()
176 auto WriteCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[1]); }); in TEST_F()
401 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptTagModuleWriter.java84 closeFile(); in writeHeaderFile()
121 closeFile(); in writeCPPFile()
DThaiStateTableBuilder.java24 writer.closeFile(); in main()
DShapingTypeBuilder.java66 writer.closeFile(); in buildShapingTypes()
DScriptIDModuleWriter.java109 closeFile(); in writeScriptHeader()
195 closeFile(); in writeLanguageHeader()
DBuildMirroringTables.java88 closeFile(); in writeMirroredDataFile()
DScriptRunModuleWriter.java106 closeFile(); in writeScriptRuns()
DModuleWriter.java99 public void closeFile() { in closeFile() method in ModuleWriter
/external/llvm-project/clang/lib/Basic/
DFileEntry.cpp23 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
DFileManager.cpp391 UFE->closeFile(); in getVirtualFileRef()
500 Entry->closeFile(); in getBufferForFile()
/external/llvm-project/clang/lib/Serialization/
DModuleManager.cpp193 Entry->closeFile(); in addModule()
198 Entry->closeFile(); in addModule()
202 Entry->closeFile(); in addModule()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-fdr-dump.cpp51 sys::fs::closeFile(*FDOrErr); in __anon236ebeec0102()
/external/llvm-project/llvm/lib/LTO/
DCaching.cpp50 sys::fs::closeFile(*FDOrErr); in localCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp50 sys::fs::closeFile(*FDOrErr); in localCache()
/external/clang/include/clang/Basic/
DFileManager.h103 void closeFile() const { in closeFile() function
/external/clang/lib/Basic/
DFileManager.cpp364 UFE->closeFile(); in getVirtualFile()
432 Entry->closeFile(); in getBufferForFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp254 sys::fs::closeFile(FD); in getFileAux()
515 sys::fs::closeFile(FD); in getFileAsStream()
/external/llvm-project/llvm/lib/Support/
DMemoryBuffer.cpp268 sys::fs::closeFile(FD); in getFileAux()
529 sys::fs::closeFile(FD); in getFileAsStream()
/external/antlr/runtime/ObjC/Framework/
DANTLRFileStream.m105 [fh closeFile];
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp597 UBool closeFile = false; in convertFile() local
633 closeFile = true; in convertFile()
1057 if (closeFile) { in convertFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp195 sys::fs::closeFile(Fd); in loadYAML()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp230 sys::fs::closeFile(Fd); in loadYAML()

12