Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp218 const PatchExtractor &patchExtractor, bool isSystemLib64Exist, AppqfInfo &appqfInfo) in DefaultNativeSo() argument
220 if (isSystemLib64Exist) { in DefaultNativeSo()
270 bool isSystemLib64Exist = BundleUtil::IsExistDir(ServiceConstants::SYSTEM_LIB64); in ParseNativeSo() local
272 abis.c_str(), isDefault, isSystemLib64Exist); in ParseNativeSo()
277 …appqfInfo.cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V… in ParseNativeSo()
292 return DefaultNativeSo(patchExtractor, isSystemLib64Exist, appqfInfo); in ParseNativeSo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
H A Dbms_patch_parser_test.cpp539 bool isSystemLib64Exist = true; variable
542 bool result = patchProfile.DefaultNativeSo(patchExtractor, isSystemLib64Exist, appqfInfo);
555 bool isSystemLib64Exist = false; variable
558 bool result = patchProfile.DefaultNativeSo(patchExtractor, isSystemLib64Exist, appqfInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dpatch_profile.h31 …bool DefaultNativeSo(const PatchExtractor &patchExtractor, bool isSystemLib64Exist, AppqfInfo &app…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2589 bool isSystemLib64Exist = true; variable
2611 bool isSystemLib64Exist = true; variable
2834 bool isSystemLib64Exist = false; variable
2856 bool isSystemLib64Exist = false; variable
2878 bool isSystemLib64Exist = false; variable
3492 bool isSystemLib64Exist = true; variable
5041 bool isSystemLib64Exist = true; variable
5043 res = patchProfile.DefaultNativeSo(patchExtractor, isSystemLib64Exist, appqfInfo);
5062 bool isSystemLib64Exist = false; variable
5064 res = patchProfile.DefaultNativeSo(patchExtractor, isSystemLib64Exist, appqfInfo);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1803 bool isSystemLib64Exist = BundleUtil::IsExistDir(ServiceConstants::SYSTEM_LIB64); in ParserNativeSo() local
1811 … cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
1830 if (isSystemLib64Exist) { in ParserNativeSo()
1951 bool isSystemLib64Exist = BundleUtil::IsExistDir(ServiceConstants::SYSTEM_LIB64); in ParserArkNativeFilePath() local
1961 if (isSystemLib64Exist) { in ParserArkNativeFilePath()
H A Dbundle_profile.cpp2087 bool isSystemLib64Exist = BundleUtil::IsExistDir(ServiceConstants::SYSTEM_LIB64); in ParserNativeSo() local
2095 … cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
2114 if (isSystemLib64Exist) { in ParserNativeSo()