Searched refs:libraryWithExtension (Results 1 – 1 of 1) sorted by relevance
221 std::string libraryWithExtension = std::string(libraryName); in OpenSystemLibraryAndGetError() local225 if (libraryWithExtension.find(dotExtension) == std::string::npos) in OpenSystemLibraryAndGetError()227 libraryWithExtension += dotExtension; in OpenSystemLibraryAndGetError()233 libraryWithExtension = libraryWithExtension + "/" + libraryName; in OpenSystemLibraryAndGetError()235 return OpenSystemLibraryWithExtensionAndGetError(libraryWithExtension.c_str(), searchType, in OpenSystemLibraryAndGetError()