Searched refs:realLibPath (Results 1 – 1 of 1) sorted by relevance
41 char realLibPath[PATH_MAX + 1] = {0}; in AieDlopen() local42 if (realpath(libName, realLibPath) == nullptr) { in AieDlopen()47 int retCode = strncmp(realLibPath, LIB_PATH, length); in AieDlopen()53 void *res = dlopen(realLibPath, flag); in AieDlopen()