Home
last modified time | relevance | path

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

/system/tools/aidl/
Dimport_resolver.cpp61 vector<string> found_paths; in FindImportFile() local
65 found_paths.emplace_back(path); in FindImportFile()
69 int num_found = found_paths.size(); in FindImportFile()
80 return found_paths.front(); in FindImportFile()
84 << android::base::Join(found_paths, "\n"); in FindImportFile()