Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp392 for (const auto &libPathPair : appLibPaths) { in UpdateNativeChildLibModuleName() local
393 for (const auto &libDir : libPathPair.second) { in UpdateNativeChildLibModuleName()
400 nativeLibModuleName_ = libPathPair.first; in UpdateNativeChildLibModuleName()
401 nativeModuleMgr->SetAppLibPath(libPathPair.first, libPathPair.second, isSystemApp); in UpdateNativeChildLibModuleName()
402 …TAG_LOGI(AAFwkTag::APPKIT, "Find native lib in app module: %{public}s", libPathPair.first.c_str()); in UpdateNativeChildLibModuleName()