Home
last modified time | relevance | path

Searched defs:NewAppendableFile (Results 1 – 24 of 24) sorted by relevance

/external/leveldb/util/
Dtestutil.h68 Status NewAppendableFile(const std::string& fname, in NewAppendableFile() function
Denv.cc21 Status Env::NewAppendableFile(const std::string& fname, WritableFile** result) { in NewAppendableFile() function in leveldb::Env
Denv_posix.cc558 Status NewAppendableFile(const std::string& filename, in NewAppendableFile() function in leveldb::__anon143fd2b00111::PosixEnv
Denv_windows.cc453 Status NewAppendableFile(const std::string& filename, in NewAppendableFile() function in leveldb::__anon56e4b9480111::WindowsEnv
/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function
Dfile_system.h117 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function
122 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function
604 tensorflow::Status NewAppendableFile( in NewAppendableFile() function
Dretrying_file_system.h278 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile() function
Dram_file_system.h141 Status NewAppendableFile(const std::string& fname_, TransactionToken* token, in NewAppendableFile() function
Denv.h170 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile() function
Denv.cc216 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::Env
Dretrying_file_system_test.cc117 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function in tensorflow::__anon311caf010111::MockFileSystem
/external/leveldb/include/leveldb/
Denv.h355 Status NewAppendableFile(const std::string& f, WritableFile** r) override { in NewAppendableFile() function
/external/federated-compute/fcp/tensorflow/
Dfile_descriptor_filesystem.cc236 Status FileDescriptorFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::fcp::FileDescriptorFileSystem
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc162 Status MemmappedFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc264 Status AssetManagerFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::AssetManagerFileSystem
/external/leveldb/helpers/memenv/
Dmemenv.cc276 Status NewAppendableFile(const std::string& fname, in NewAppendableFile() function in leveldb::__anona299b8a90111::InMemoryEnv
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.cc252 Status PosixFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc230 static void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/leveldb/db/
Dfault_injection_test.cc248 Status FaultInjectionTestEnv::NewAppendableFile(const std::string& fname, in NewAppendableFile() function in leveldb::FaultInjectionTestEnv
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc77 Status ModularFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::ModularFileSystem
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.cc360 Status WindowsFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::WindowsFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc619 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1312 Status GcsFileSystem::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::GcsFileSystem
Dgcs_file_system_test.cc1336 TEST(GcsFileSystemTest, NewAppendableFile) { in TEST() argument