Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp133 bool addFirstAvailableLibrary(const std::vector<std::string>& possiblePaths) { in addFirstAvailableLibrary() argument
134 for (const std::string& possiblePath : possiblePaths) { in addFirstAvailableLibrary()
271 std::vector<std::string> possiblePaths; in getPossibleLoaderPaths() local
274 possiblePaths.push_back(pj({possibleDirectory, possibleBasename})); in getPossibleLoaderPaths()
277 return possiblePaths; in getPossibleLoaderPaths()