Searched refs:abis (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | patch_profile.cpp | 250 std::string abis = GetAbiList(); in ParseNativeSo() local 252 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParseNativeSo() 260 abis.c_str(), isDefault, isSystemLib64Exist); in ParseNativeSo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 1621 std::string abis = GetAbiList(); in ParserNativeSo() local 1623 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParserNativeSo() 1632 APP_LOGD("abi list : %{public}s, isDefault : %{public}d", abis.c_str(), isDefault); in ParserNativeSo() 1769 std::string abis = GetAbiList(); in ParserArkNativeFilePath() local 1771 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParserArkNativeFilePath() 1780 APP_LOGD("abi list : %{public}s, isDefault : %{public}d", abis.c_str(), isDefault); in ParserArkNativeFilePath()
|
H A D | bundle_profile.cpp | 1895 std::string abis = GetAbiList(); in ParserNativeSo() local 1897 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in ParserNativeSo() 1906 APP_LOGD("abi list : %{public}s, isDefault : %{public}d", abis.c_str(), isDefault); in ParserNativeSo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 104 std::string abis = GetAbiList(); in IsSupportARM64() local 105 APP_LOGD("abi list : %{public}s", abis.c_str()); in IsSupportARM64() 107 SplitStr(abis, ServiceConstants::ABI_SEPARATOR, abiList, false, false); in IsSupportARM64()
|
Completed in 9 milliseconds