Searched refs:so_handler (Results 1 – 1 of 1) sorted by relevance
447 void *so_handler = dlopen(handlerLoc.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetStaticCapabilityValue() local448 if (so_handler == nullptr) { in GetStaticCapabilityValue()452 auto func = (StaticCapabilityHandler)dlsym(so_handler, "GetStaticCapabilityCollector"); in GetStaticCapabilityValue()454 dlclose(so_handler); in GetStaticCapabilityValue()460 dlclose(so_handler); in GetStaticCapabilityValue()