Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc268 TEST(InterPlanetaryFileSystemTest, HasAtomicMove) { in TEST() argument
Dretrying_file_system.h142 Status HasAtomicMove(const string& path, bool* has_atomic_move) override { in HasAtomicMove() function
Dfile_system.cc85 Status FileSystem::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove() function in tensorflow::FileSystem
Dfile_system.h670 Status HasAtomicMove(const std::string& path, in HasAtomicMove() function
Denv.cc284 Status Env::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove() function in tensorflow::Env
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc323 TEST_F(S3FileSystemTest, HasAtomicMove) { in TEST_F() argument
Ds3_file_system.cc1193 Status S3FileSystem::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove() function in tensorflow::S3FileSystem