Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp135 auto &hqfInfoNativeLibraryPath = hqfInfo.nativeLibraryPath; in CheckPatchNativeSoWithInstalledBundle() local
136 if (!hapModuleInfoNativeLibraryPath.empty() && !hqfInfoNativeLibraryPath.empty()) { in CheckPatchNativeSoWithInstalledBundle()
137 … if ((hapModuleInfoNativeLibraryPath.find(hqfInfoNativeLibraryPath) == std::string::npos) && in CheckPatchNativeSoWithInstalledBundle()
140 hqfInfoNativeLibraryPath.c_str(), hapModuleInfoNativeLibraryPath.c_str()); in CheckPatchNativeSoWithInstalledBundle()