Searched refs:dllpath (Results 1 – 1 of 1) sorted by relevance
170 const char *dllpath = getenv("ARK_EXT_PATH"); in check_for_ext() local172 if (dllpath == NULL) { in check_for_ext()176 ARK_PMD_LOG(NOTICE, "EXT found dll path at %s\n", dllpath); in check_for_ext()179 ark->d_handle = dlopen(dllpath, RTLD_LOCAL | RTLD_LAZY); in check_for_ext()182 dllpath); in check_for_ext()186 dllpath); in check_for_ext()