Home
last modified time | relevance | path

Searched defs:CanCreateTempFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dfile_descriptor_filesystem.cc257 Status FileDescriptorFileSystem::CanCreateTempFile(const std::string& fname, in CanCreateTempFile() function in tensorflow::fcp::FileDescriptorFileSystem
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system_test.cc276 TEST(InterPlanetaryFileSystemTest, CanCreateTempFile) { in TEST() argument
H A Dretrying_file_system.h147 Status CanCreateTempFile(const std::string& fname, in CanCreateTempFile() function
H A Dfile_system.cc90 Status FileSystem::CanCreateTempFile(const std::string& fname, in CanCreateTempFile() function in tensorflow::FileSystem
H A Denv.cc330 Status Env::CanCreateTempFile(const string& fname, bool* can_create_temp_file) { in CanCreateTempFile() function in tensorflow::Env