Searched refs:RetryingFileSystem (Results 1 – 4 of 4) sorted by relevance
197 RetryingFileSystem<MockFileSystem> fs( in TEST()228 RetryingFileSystem<MockFileSystem> fs( in TEST()253 RetryingFileSystem<MockFileSystem> fs( in TEST()284 RetryingFileSystem<MockFileSystem> fs( in TEST()312 RetryingFileSystem<MockFileSystem> fs( in TEST()343 RetryingFileSystem<MockFileSystem> fs( in TEST()370 RetryingFileSystem<MockFileSystem> fs( in TEST()396 RetryingFileSystem<MockFileSystem> fs( in TEST()420 RetryingFileSystem<MockFileSystem> fs( in TEST()442 RetryingFileSystem<MockFileSystem> fs( in TEST()[all …]
34 class RetryingFileSystem : public FileSystem {36 RetryingFileSystem(std::unique_ptr<Underlying> base_file_system, in RetryingFileSystem() function142 TF_DISALLOW_COPY_AND_ASSIGN(RetryingFileSystem);215 Status RetryingFileSystem<Underlying>::NewRandomAccessFile( in NewRandomAccessFile()229 Status RetryingFileSystem<Underlying>::NewWritableFile( in NewWritableFile()243 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile()257 Status RetryingFileSystem<Underlying>::NewReadOnlyMemoryRegionFromFile( in NewReadOnlyMemoryRegionFromFile()
344 class RetryingGcsFileSystem : public RetryingFileSystem<GcsFileSystem> {347 : RetryingFileSystem(std::unique_ptr<GcsFileSystem>(new GcsFileSystem), in RetryingGcsFileSystem()
629 * `RetryingFileSystem::FlushCaches()` calls the base FileSystem's `FlushCaches()`.