Home
last modified time | relevance | path

Searched refs:debugSoPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_common.c156 const char *debugSoPath = "/system/lib64/libhidebug.so"; in InitDebugParams() local
158 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()