Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_checker.cpp148 auto &hapModuleInfoNativeLibraryPath = iter->nativeLibraryPath; in CheckPatchNativeSoWithInstalledBundle() local
150 if (!hapModuleInfoNativeLibraryPath.empty() && !hqfInfoNativeLibraryPath.empty()) { in CheckPatchNativeSoWithInstalledBundle()
151 … if ((hapModuleInfoNativeLibraryPath.find(hqfInfoNativeLibraryPath) == std::string::npos) && in CheckPatchNativeSoWithInstalledBundle()
152 (hapModuleInfoNativeLibraryPath.find(hqfInfo.cpuAbi) == std::string::npos)) { in CheckPatchNativeSoWithInstalledBundle()
154 hqfInfoNativeLibraryPath.c_str(), hapModuleInfoNativeLibraryPath.c_str()); in CheckPatchNativeSoWithInstalledBundle()