Searched refs:matching_files (Results 1 – 2 of 2) sorted by relevance
57 matching_files = []60 matching_files += [os.path.join(root, file_name)62 return sorted(matching_files)
212 std::vector<std::string> matching_files = GetFilesWithPrefix(); in Open() local213 for (auto matching_file : matching_files) { in Open()