Searched refs:libPathPair (Results 1 – 1 of 1) sorted by relevance
392 for (const auto &libPathPair : appLibPaths) { in UpdateNativeChildLibModuleName() local393 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()