Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h218 static bool ScanSoFiles(const std::string &newSoPath, const std::string &originPath,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1073 bool InstalldOperator::ScanSoFiles(const std::string &newSoPath, const std::string &originPath, in ScanSoFiles() function in OHOS::AppExecFwk::InstalldOperator
1077 LOG_E(BMS_TAG_INSTALLD, "ScanSoFiles current path invalid"); in ScanSoFiles()
1087 LOG_E(BMS_TAG_INSTALLD, "ScanSoFiles open dir(%{public}s) fail, errno:%{public}d", filePath.c_str(), errno); in ScanSoFiles()
1100 if (!ScanSoFiles(newSoPath, originPath, currentDir, paths)) { in ScanSoFiles()
1115 LOG_E(BMS_TAG_INSTALLD, "ScanSoFiles create subNewSoPath (%{public}s) failed", filePath.c_str()); in ScanSoFiles()
1199 if (!ScanSoFiles(newSoPath, oldSoPath, oldSoPath, oldSoFileNames)) { in ProcessApplyDiffPatchPath()
1200 LOG_E(BMS_TAG_INSTALLD, "ScanSoFiles oldSoPath failed"); in ProcessApplyDiffPatchPath()
1204 if (!ScanSoFiles(newSoPath, diffFilePath, diffFilePath, diffFileNames)) { in ProcessApplyDiffPatchPath()
1205 LOG_E(BMS_TAG_INSTALLD, "ScanSoFiles diffFilePath failed"); in ProcessApplyDiffPatchPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1517 * @tc.desc: 1. calling ScanSoFiles of InstalldOperator
1525 auto ret = InstalldOperator::ScanSoFiles(newSoPath, originPath, currentPath, paths); in HWTEST_F()

Completed in 7 milliseconds