Searched refs:child_path (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | file_system_helper.cc | 96 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths() local 99 if (!str_util::StartsWith(child_path, fixed_prefix)) { in GetMatchingPaths() 103 children_dir_status[i] = fs->IsDirectory(child_path); in GetMatchingPaths() 107 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths() local 114 dir_q.push_back(child_path); in GetMatchingPaths() 116 all_files.push_back(child_path); in GetMatchingPaths()
|
D | file_system.cc | 108 const string child_path = io::JoinPath(dir, child); in DeleteRecursively() local 110 if (IsDirectory(child_path).ok()) { in DeleteRecursively() 111 dir_q.push_back(child_path); in DeleteRecursively() 115 Status del_status = DeleteFile(child_path); in DeleteRecursively()
|
/external/tensorflow/tensorflow/tools/common/ |
D | traverse.py | 62 child_path = path + '.' + name if path else name 63 _traverse_internal(child, visit, new_stack, child_path)
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 551 child_path = prefix + '.' + name 552 self.AddLeafNodes(child_path, node[name]) 620 child_path = prefix + '.' + name 622 child_path = name 623 _AddFieldPaths(node[name], child_path, field_mask)
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 308 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator() local 311 if (!str_util::StartsWith(child_path, fixed_prefix)) { in UpdateIterator() 315 children_dir_status[i] = fs->IsDirectory(child_path); in UpdateIterator()
|