Home
last modified time | relevance | path

Searched refs:fixed_prefix (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.cc59 string fixed_prefix = pattern.substr(0, pattern.find_first_of("*?[\\")); in GetMatchingPaths() local
62 string dir(io::Dirname(fixed_prefix)); in GetMatchingPaths()
67 fixed_prefix = io::JoinPath(dir, fixed_prefix); in GetMatchingPaths()
94 [fs, &current_dir, &children, &fixed_prefix, in GetMatchingPaths()
99 if (!str_util::StartsWith(child_path, fixed_prefix)) { in GetMatchingPaths()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc158 StringPiece fixed_prefix = in GetNextInternal() local
161 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal()
264 StringPiece fixed_prefix = in UpdateIterator() local
306 auto is_directory_fn = [fs, current_dir, &children, &fixed_prefix, in UpdateIterator()
311 if (!str_util::StartsWith(child_path, fixed_prefix)) { in UpdateIterator()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1248 const string& fixed_prefix = in GetMatchingPaths() local
1250 const string dir(io::Dirname(fixed_prefix)); in GetMatchingPaths()