Searched refs:debugSoPath (Results 1 – 1 of 1) sorted by relevance
156 const char *debugSoPath = "/system/lib64/libhidebug.so"; in InitDebugParams() local158 const char *debugSoPath = "/system/lib/libhidebug.so"; in InitDebugParams()163 bool isRet = access(debugSoPath, F_OK) != 0; in InitDebugParams()165 "access failed, errno: %{public}d debugSoPath: %{public}s", errno, debugSoPath); in InitDebugParams()167 void *handle = dlopen(debugSoPath, RTLD_LAZY); in InitDebugParams()