Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/common/
H A Dappspawn_common.c155 const char *debugSoPath = "/system/lib64/libhidebug.so"; in InitDebugParams() local
157 const char *debugSoPath = "/system/lib/libhidebug.so"; in InitDebugParams()
162 bool isRet = access(debugSoPath, F_OK) != 0; in InitDebugParams()
164 "access failed, errno: %{public}d debugSoPath: %{public}s", errno, debugSoPath); in InitDebugParams()
166 void *handle = dlopen(debugSoPath, RTLD_LAZY); in InitDebugParams()

Completed in 3 milliseconds