Home
last modified time | relevance | path

Searched refs:found_paths (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dimport_resolver.cpp64 vector<string> found_paths; in FindImportFile() local
68 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()