Searched refs:possiblePaths (Results 1 – 1 of 1) sorted by relevance
133 bool addFirstAvailableLibrary(const std::vector<std::string>& possiblePaths) { in addFirstAvailableLibrary() argument134 for (const std::string& possiblePath : possiblePaths) { in addFirstAvailableLibrary()271 std::vector<std::string> possiblePaths; in getPossibleLoaderPaths() local274 possiblePaths.push_back(pj({possibleDirectory, possibleBasename})); in getPossibleLoaderPaths()277 return possiblePaths; in getPossibleLoaderPaths()