Searched refs:shim_library (Results 1 – 2 of 2) sorted by relevance
141 shim_library = LibraryWrapper(SHIM_LIBRARY_NAME); in PlatformShimWrapper()142 PFN_get_platform_shim get_platform_shim_func = shim_library.get_symbol(GET_PLATFORM_SHIM_STR); in PlatformShimWrapper()
273 LibraryWrapper shim_library; member