Searched refs:dotExtension (Results 1 – 1 of 1) sorted by relevance
222 std::string dotExtension = std::string(".") + GetSharedLibraryExtension(); in OpenSystemLibraryAndGetError() local225 if (libraryWithExtension.find(dotExtension) == std::string::npos) in OpenSystemLibraryAndGetError()227 libraryWithExtension += dotExtension; in OpenSystemLibraryAndGetError()