Home
last modified time | relevance | path

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

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