Searched refs:initCJSysNS (Results 1 – 5 of 5) sorted by relevance
25 void (*initCJSysNS)(const std::string& path) = nullptr; member
103 …runtime->initCJSysNS("/system/lib64:/system/lib64/platformsdk:/system/lib64/module:/system/lib64/n… in LoadCJModule()
43 void (*initCJSysNS)(const std::string& path) = nullptr; member
99 cjEnv->initCJSysNS(CJ_SYSLIB_PATH); in SetAppLibPath()
487 .initCJSysNS = [](const std::string& path) { in OHOS_GetCJEnvInstance()