Searched refs:fixed_prefix (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | file_system_helper.cc | 59 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, ¤t_dir, &children, &fixed_prefix, in GetMatchingPaths() 99 if (!str_util::StartsWith(child_path, fixed_prefix)) { in GetMatchingPaths()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 158 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/ |
D | gcs_file_system.cc | 1248 const string& fixed_prefix = in GetMatchingPaths() local 1250 const string dir(io::Dirname(fixed_prefix)); in GetMatchingPaths()
|