Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp70 AppLibPathVec CJRuntime::appLibPaths_; member in CJRuntime
87 CJRuntime::appLibPaths_.emplace_back(libPath); in SetAppLibPath()
121 if (!LoadCJAppLibrary(CJRuntime::appLibPaths_)) { in Initialize()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h86 static AppLibPathVec appLibPaths_; variable