Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h43 constexpr const char* ARM_EABI = "armeabi"; member
50 {ARM_EABI, "arm"},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp234 if (patchExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in DefaultNativeSo()
235 appqfInfo.cpuAbi = ServiceConstants::ARM_EABI; in DefaultNativeSo()
236 auto iter = ServiceConstants::ABI_MAP.find(ServiceConstants::ARM_EABI); in DefaultNativeSo()
241 LOG_E(BMS_TAG_DEFAULT, "Can't find ARM_EABI in ABI_MAP"); in DefaultNativeSo()
244 LOG_E(BMS_TAG_DEFAULT, "ARM_EABI_V7A and ARM_EABI directories do not exist"); in DefaultNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1676 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in ParserNativeSo()
1677 cpuAbi = ServiceConstants::ARM_EABI; in ParserNativeSo()
1678 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI); in ParserNativeSo()
1803 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::AN) + ServiceConstants::ARM_EABI)) { in ParserArkNativeFilePath()
1804 innerBundleInfo.SetArkNativeFileAbi(ServiceConstants::ARM_EABI); in ParserArkNativeFilePath()
H A Dbundle_profile.cpp1950 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in ParserNativeSo()
1951 cpuAbi = ServiceConstants::ARM_EABI; in ParserNativeSo()
1952 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI); in ParserNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2855 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI); in HWTEST_F() member in OHOS::ServiceConstants
5064 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI); in HWTEST_F() member in OHOS::ServiceConstants
5069 std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI + ServiceConstants::BASE, zipEntry); in HWTEST_F()

Completed in 15 milliseconds