Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h273 static bool CopyDriverSoFiles(const std::string &originalDir, const std::string &destinedDir);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1183 * @tc.name: test function of CopyDriverSoFiles
1184 * @tc.desc: 1. calling CopyDriverSoFiles
1191 bool res = InstalldOperator::CopyDriverSoFiles(originalDir, destinedDir); in HWTEST_F()
1195 res = InstalldOperator::CopyDriverSoFiles(originalDir, destinedDir); in HWTEST_F()
1200 res = InstalldOperator::CopyDriverSoFiles(originalDir, destinedDir); in HWTEST_F()
1205 res = InstalldOperator::CopyDriverSoFiles(originalDir, destinedDir); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1684 if (!CopyDriverSoFiles(srcPath + fileName, systemServiceDir + destinedDir)) { in ExtractDriverSoFiles()
1685 LOG_E(BMS_TAG_INSTALLD, "CopyDriverSoFiles failed"); in ExtractDriverSoFiles()
1693 bool InstalldOperator::CopyDriverSoFiles(const std::string &originalDir, const std::string &destinedDir) in CopyDriverSoFiles() function in OHOS::AppExecFwk::InstalldOperator
1695 LOG_D(BMS_TAG_INSTALLD, "CopyDriverSoFiles beign"); in CopyDriverSoFiles()
1731 LOG_D(BMS_TAG_INSTALLD, "CopyDriverSoFiles end"); in CopyDriverSoFiles()

Completed in 8 milliseconds