Home
last modified time | relevance | path

Searched refs:IsDiffFiles (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h227 static bool IsDiffFiles(const std::string &entryName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp279 * @tc.desc: 1. calling IsDiffFiles of InstalldOperator
286 auto ret = InstalldOperator::IsDiffFiles(TEST_STRING, path, TEST_STRING); in HWTEST_F()
293 * @tc.desc: 1. calling IsDiffFiles of InstalldOperator
300 auto ret = InstalldOperator::IsDiffFiles(TEST_STRING, TEST_STRING, TEST_CPU_ABI); in HWTEST_F()
307 * @tc.desc: 1. calling IsDiffFiles of InstalldOperator
314 auto ret = InstalldOperator::IsDiffFiles(TEST_ERROR_LIB_STRING, TEST_STRING, TEST_CPU_ABI); in HWTEST_F()
321 * @tc.desc: 1. calling IsDiffFiles of InstalldOperator
328 auto ret = InstalldOperator::IsDiffFiles(TEST_DIFF_LIB_STRING, TEST_STRING, TEST_CPU_ABI); in HWTEST_F()
1483 auto ret = InstalldOperator::IsDiffFiles(TEST_STRING, path, TEST_STRING); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp407 bool InstalldOperator::IsDiffFiles(const std::string &entryName, in IsDiffFiles() function in OHOS::AppExecFwk::InstalldOperator
410 LOG_D(BMS_TAG_INSTALLD, "IsDiffFiles, entryName : %{public}s", entryName.c_str()); in IsDiffFiles()
1178 if (IsDiffFiles(entryName, targetPath, cpuAbi)) { in ExtractDiffFiles()

Completed in 7 milliseconds