Searched refs:searchPath (Results 1 – 1 of 1) sorted by relevance
453 static std::string findLibrary(const std::string libraryName, const std::string searchPath, in findLibrary() argument456 std::string absolutePath = searchPath + "/" + libraryName + ".so"; in findLibrary()463 DIR* d = opendir(searchPath.c_str()); in findLibrary()476 std::string result = searchPath + "/" + e->d_name; in findLibrary()