Searched refs:child_file (Results 1 – 1 of 1) sorted by relevance
28 for (base::FilePath child_file = file_iter.Next(); !child_file.empty(); in GetSortedResilientPolicyFilePaths() local29 child_file = file_iter.Next()) { in GetSortedResilientPolicyFilePaths()31 if (ParseResilientPolicyFilePath(child_file, default_policy_path, &index)) { in GetSortedResilientPolicyFilePaths()32 sorted_policy_file_paths[index] = child_file; in GetSortedResilientPolicyFilePaths()