Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.cpp222 std::string dotExtension = std::string(".") + GetSharedLibraryExtension(); in OpenSystemLibraryAndGetError() local
225 if (libraryWithExtension.find(dotExtension) == std::string::npos) in OpenSystemLibraryAndGetError()
227 libraryWithExtension += dotExtension; in OpenSystemLibraryAndGetError()