Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils.h95 void *OpenSystemLibraryWithExtension(const char *libraryName, SearchType searchType);
124 mLibraryHandle = OpenSystemLibraryWithExtension(libraryName, searchType); in openWithExtension()
H A Dsystem_utils.cpp212 void *OpenSystemLibraryWithExtension(const char *libraryName, SearchType searchType) in OpenSystemLibraryWithExtension() function
/aosp_15_r20/external/angle/src/common/vulkan/
H A Dlibvulkan_loader.cpp46 void *library = OpenSystemLibraryWithExtension(libraryName, searchType); in OpenLibVulkan()