Searched refs:IsNativeSo (Results 1 – 3 of 3) sorted by relevance
217 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);
99 static bool IsNativeSo(const std::string &entryName, const std::string &cpuAbi);
508 bool InstalldOperator::IsNativeSo(const std::string &entryName, const std::string &cpuAbi) in IsNativeSo() function in OHOS::AppExecFwk::InstalldOperator1639 if (IsNativeSo(entryName, cpuAbi)) { in ObtainNativeSoFile()