Home
last modified time | relevance | path

Searched refs:ARM_EABI_V7A (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp223 if (patchExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in DefaultNativeSo()
224 appqfInfo.cpuAbi = ServiceConstants::ARM_EABI_V7A; in DefaultNativeSo()
225 auto iter = ServiceConstants::ABI_MAP.find(ServiceConstants::ARM_EABI_V7A); in DefaultNativeSo()
230 LOG_E(BMS_TAG_DEFAULT, "Can't find ARM_EABI_V7A in ABI_MAP"); in DefaultNativeSo()
244 LOG_E(BMS_TAG_DEFAULT, "ARM_EABI_V7A and ARM_EABI directories do not exist"); in DefaultNativeSo()
265 appqfInfo.cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V7A; in ParseNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h44 constexpr const char* ARM_EABI_V7A = "armeabi-v7a"; member
51 {ARM_EABI_V7A, "arm"},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1639 cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
1669 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in ParserNativeSo()
1670 cpuAbi = ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
1671 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A); in ParserNativeSo()
1798 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::AN) + ServiceConstants::ARM_EABI_V7A)) { in ParserArkNativeFilePath()
1799 innerBundleInfo.SetArkNativeFileAbi(ServiceConstants::ARM_EABI_V7A); in ParserArkNativeFilePath()
H A Dbundle_profile.cpp1913 cpuAbi = isSystemLib64Exist ? ServiceConstants::ARM64_V8A : ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
1943 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in ParserNativeSo()
1944 cpuAbi = ServiceConstants::ARM_EABI_V7A; in ParserNativeSo()
1945 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A); in ParserNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2833 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A); in HWTEST_F() member in OHOS::ServiceConstants
5043 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A); in HWTEST_F() member in OHOS::ServiceConstants
5048 std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A + ServiceConstants::BASE, zipEntry); in HWTEST_F()

Completed in 15 milliseconds