Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.cpp221 std::string libraryWithExtension = std::string(libraryName); in OpenSystemLibraryAndGetError() local
225 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()