Home
last modified time | relevance | path

Searched refs:ModularFileSystem (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.cc37 Status ModularFileSystem::NewRandomAccessFile( in NewRandomAccessFile()
57 Status ModularFileSystem::NewWritableFile( in NewWritableFile()
77 Status ModularFileSystem::NewAppendableFile( in NewAppendableFile()
97 Status ModularFileSystem::NewReadOnlyMemoryRegionFromFile( in NewReadOnlyMemoryRegionFromFile()
119 Status ModularFileSystem::FileExists(const std::string& fname, in FileExists()
132 bool ModularFileSystem::FilesExist(const std::vector<std::string>& files, in FilesExist()
165 Status ModularFileSystem::GetChildren(const std::string& dir, in GetChildren()
191 Status ModularFileSystem::GetMatchingPaths(const std::string& pattern, in GetMatchingPaths()
214 Status ModularFileSystem::DeleteFile(const std::string& fname, in DeleteFile()
227 Status ModularFileSystem::DeleteRecursively(const std::string& dirname, in DeleteRecursively()
[all …]
H A Dmodular_filesystem.h41 class ModularFileSystem final : public FileSystem {
43 ModularFileSystem( in ModularFileSystem() function
60 ~ModularFileSystem() override { ops_->cleanup(filesystem_.get()); } in ~ModularFileSystem()
120 TF_DISALLOW_COPY_AND_ASSIGN(ModularFileSystem);
H A Dmodular_filesystem_registration.cc264 tensorflow::MakeUnique<tensorflow::ModularFileSystem>( in RegisterFileSystem()
H A Dmodular_filesystem_test.cc1740 INSTANTIATE_TEST_SUITE_P(ModularFileSystem, ModularFileSystemTest,