Searched refs:found_paths (Results 1 – 1 of 1) sorted by relevance
64 vector<string> found_paths; in FindImportFile() local68 found_paths.emplace_back(path); in FindImportFile()72 std::sort(found_paths.begin(), found_paths.end()); in FindImportFile()73 auto last = std::unique(found_paths.begin(), found_paths.end()); in FindImportFile()74 found_paths.erase(last, found_paths.end()); in FindImportFile()76 int num_found = found_paths.size(); in FindImportFile()80 return found_paths.front(); in FindImportFile()84 << android::base::Join(found_paths, "\n"); in FindImportFile()