Searched refs:dllpath (Results 1 – 1 of 1) sorted by relevance
204 const char *dllpath = getenv("ARK_EXT_PATH"); in check_for_ext() local206 if (dllpath == NULL) { in check_for_ext()210 ARK_PMD_LOG(NOTICE, "EXT found dll path at %s\n", dllpath); in check_for_ext()213 ark->d_handle = dlopen(dllpath, RTLD_LOCAL | RTLD_LAZY); in check_for_ext()216 dllpath); in check_for_ext()220 dllpath); in check_for_ext()