Home
last modified time | relevance | path

Searched refs:abiList (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp251 std::vector<std::string> abiList; in ParseNativeSo() local
252 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParseNativeSo()
253 if (abiList.empty()) { in ParseNativeSo()
257 bool isDefault = std::find(abiList.begin(), abiList.end(), ServiceConstants::ABI_DEFAULT) != abiList.end(); in ParseNativeSo()
268 for (const auto &abi : abiList) { in ParseNativeSo()
274 LOG_E(BMS_TAG_DEFAULT, "None of the abiList are in the ABI_MAP"); in ParseNativeSo()
282 for (const auto &abi : abiList) { in ParseNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1622 std::vector<std::string> abiList; in ParserNativeSo() local
1623 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParserNativeSo()
1624 if (abiList.empty()) { in ParserNativeSo()
1630 std::find(abiList.begin(), abiList.end(), ServiceConstants::ABI_DEFAULT) != abiList.end(); in ParserNativeSo()
1644 for (const auto &abi : abiList) { in ParserNativeSo()
1686 for (const auto &abi : abiList) { in ParserNativeSo()
1770 std::vector<std::string> abiList; in ParserArkNativeFilePath() local
1771 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, fals in ParserArkNativeFilePath()
[all...]
H A Dbundle_profile.cpp1896 std::vector<std::string> abiList; in ParserNativeSo() local
1897 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParserNativeSo()
1898 if (abiList.empty()) { in ParserNativeSo()
1904 std::find(abiList.begin(), abiList.end(), ServiceConstants::ABI_DEFAULT) != abiList.end(); in ParserNativeSo()
1918 for (const auto &abi : abiList) { in ParserNativeSo()
1960 for (const auto &abi : abiList) { in ParserNativeSo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp106 std::vector<std::string> abiList; in IsSupportARM64() local
107 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in IsSupportARM64()
108 if (abiList.empty()) { in IsSupportARM64()
109 APP_LOGD("abiList empty"); in IsSupportARM64()
112 return std::find(abiList.begin(), abiList.end(), ServiceConstants::ARM64_V8A) != abiList.end(); in IsSupportARM64()

Completed in 8 milliseconds