Home
last modified time | relevance | path

Searched defs:CloseFile (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/common/
Dcsv_writer.cc70 void CsvWriter::CloseFile() noexcept { in CloseFile() function in mindspore::CsvWriter
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp66 int CloseFile(int fd) { in CloseFile() function
DFuzzerIOWindows.cpp130 int CloseFile(int Fd) { in CloseFile() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/summary/
Devent_writer.cc51 void EventWriter::CloseFile() noexcept { in CloseFile() function in mindspore::summary::EventWriter
/third_party/gn/src/base/files/
Dfile_util.cc200 bool CloseFile(FILE* file) { in CloseFile() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
Dpath.cc316 Status Path::CloseFile(int fd) const { in CloseFile() function in mindspore::dataset::Path
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/gsm/
Daio_plugin.cc162 bool AioPlugin::CloseFile(int fd) { return (close(fd) == 0); } in CloseFile() function in mindspore::device::AioPlugin