Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h27 using AppLibPathVec = std::vector<std::string>; variable
79 bool LoadCJAppLibrary(const AppLibPathVec& appLibPaths);
86 static AppLibPathVec appLibPaths_;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp70 AppLibPathVec CJRuntime::appLibPaths_;
147 bool CJRuntime::LoadCJAppLibrary(const AppLibPathVec& appLibPaths) in LoadCJAppLibrary()