Searched refs:RetryingFileSystem (Results 1 – 4 of 4) sorted by relevance
207 RetryingFileSystem<MockFileSystem> fs( in TEST()239 RetryingFileSystem<MockFileSystem> fs( in TEST()265 RetryingFileSystem<MockFileSystem> fs( in TEST()296 RetryingFileSystem<MockFileSystem> fs( in TEST()325 RetryingFileSystem<MockFileSystem> fs( in TEST()356 RetryingFileSystem<MockFileSystem> fs( in TEST()383 RetryingFileSystem<MockFileSystem> fs( in TEST()409 RetryingFileSystem<MockFileSystem> fs( in TEST()433 RetryingFileSystem<MockFileSystem> fs( in TEST()454 RetryingFileSystem<MockFileSystem> fs( in TEST()[all …]
34 class RetryingFileSystem : public FileSystem {36 RetryingFileSystem(std::unique_ptr<Underlying> base_file_system, in RetryingFileSystem() function174 TF_DISALLOW_COPY_AND_ASSIGN(RetryingFileSystem);247 Status RetryingFileSystem<Underlying>::NewRandomAccessFile( in NewRandomAccessFile()263 Status RetryingFileSystem<Underlying>::NewWritableFile( in NewWritableFile()278 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile()294 Status RetryingFileSystem<Underlying>::NewReadOnlyMemoryRegionFromFile( in NewReadOnlyMemoryRegionFromFile()
448 class RetryingGcsFileSystem : public RetryingFileSystem<GcsFileSystem> {451 : RetryingFileSystem(std::unique_ptr<GcsFileSystem>(new GcsFileSystem), in RetryingGcsFileSystem()
8454 * `RetryingFileSystem::FlushCaches()` calls the base FileSystem's