HomeSort by relevance Sort by last modified time
    Searched refs:base_fs (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system_test.cc 194 std::unique_ptr<MockFileSystem> base_fs(
196 base_fs->random_access_file_to_return = std::move(base_file);
198 std::move(base_fs), RetryConfig(0 /* init_delay_time_us */));
225 std::unique_ptr<MockFileSystem> base_fs(
227 base_fs->random_access_file_to_return = std::move(base_file);
229 std::move(base_fs), RetryConfig(0 /* init_delay_time_us */));
250 std::unique_ptr<MockFileSystem> base_fs(
252 base_fs->random_access_file_to_return = std::move(base_file);
254 std::move(base_fs), RetryConfig(0 /* init_delay_time_us */));
281 std::unique_ptr<MockFileSystem> base_fs(
    [all...]
  /external/e2fsprogs/contrib/android/
base_fs.c 1 #include "base_fs.h"
6 struct base_fs { struct
130 struct base_fs *params = malloc(sizeof(*params));
152 struct base_fs *params = data;
162 struct base_fs *params = data;
178 struct base_fs *params = data;
194 struct base_fs *params = data;

Completed in 508 milliseconds