Home
last modified time | relevance | path

Searched refs:IsNativeSo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp217 auto ret = InstalldOperator::IsNativeSo(TEST_STRING, TEST_STRING);
230 auto ret = InstalldOperator::IsNativeSo(TEST_STRING, TEST_CPU_ABI);
243 auto ret = InstalldOperator::IsNativeSo(TEST_ERROR_LIB_STRING, TEST_CPU_ABI);
256 auto ret = InstalldOperator::IsNativeSo(TEST_LIB_STRING, TEST_CPU_ABI);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h99 static bool IsNativeSo(const std::string &entryName, const std::string &cpuAbi);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp508 bool InstalldOperator::IsNativeSo(const std::string &entryName, const std::string &cpuAbi) in IsNativeSo() function in OHOS::AppExecFwk::InstalldOperator
1639 if (IsNativeSo(entryName, cpuAbi)) { in ObtainNativeSoFile()