Home
last modified time | relevance | path

Searched refs:InstalldOperator (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp121 * @tc.name: test function of InstalldOperator
122 * @tc.desc: 1. calling IsExistFile of InstalldOperator
128 auto ret = InstalldOperator::IsExistFile(path); in HWTEST_F()
134 * @tc.name: test function of InstalldOperator
135 * @tc.desc: 1. calling IsExistFile of InstalldOperator
140 auto ret = InstalldOperator::IsExistFile(TEST_PATH); in HWTEST_F()
146 * @tc.name: test function of InstalldOperator
147 * @tc.desc: 1. calling IsExistDir of InstalldOperator
153 auto ret = InstalldOperator::IsExistDir(path); in HWTEST_F()
159 * @tc.name: test function of InstalldOperator
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp114 if (InstalldOperator::IsExistDir(bundleDir)) { in CreateBundleDir()
118 if (!InstalldOperator::MkRecursiveDir(bundleDir, true)) { in CreateBundleDir()
122 InstalldOperator::RmvDeleteDfx(bundleDir); in CreateBundleDir()
139 if (!InstalldOperator::MkRecursiveDir(targetPath, true)) { in ExtractModuleFiles()
143 if (!InstalldOperator::ExtractFiles(srcModulePath, targetSoPath, cpuAbi)) { in ExtractModuleFiles()
146 InstalldOperator::DeleteDir(targetPath); in ExtractModuleFiles()
165 if (!InstalldOperator::ExtractFiles(extractParam)) { in ExtractFiles()
188 if (!InstalldOperator::ExtractFiles(hnpPackageInfo, extractParam)) { in ExtractHnpFiles()
203 if (!InstalldOperator::ProcessBundleInstallNative(userId, hnpRootPath, hapPath, cpuAbi, packageName)) { in ProcessBundleInstallNative()
215 if (!InstalldOperator in ProcessBundleUnInstallNative()
[all...]
H A Dinstalld_operator.cpp138 bool InstalldOperator::IsExistFile(const std::string &path) in IsExistFile()
153 bool InstalldOperator::IsExistApFile(const std::string &path) in IsExistApFile()
177 bool InstalldOperator::IsExistDir(const std::string &path) in IsExistDir()
191 bool InstalldOperator::IsDirEmpty(const std::string &dir) in IsDirEmpty()
196 bool InstalldOperator::MkRecursiveDir(const std::string &path, bool isReadByOthers) in MkRecursiveDir()
207 bool InstalldOperator::DeleteDir(const std::string &path) in DeleteDir()
219 bool InstalldOperator::ExtractFiles(const std::string &sourcePath, const std::string &targetSoPath, in ExtractFiles()
222 LOG_D(BMS_TAG_INSTALLD, "InstalldOperator::ExtractFiles start"); in ExtractFiles()
243 LOG_D(BMS_TAG_INSTALLD, "InstalldOperator::ExtractFiles end"); in ExtractFiles()
247 bool InstalldOperator
[all...]
H A Dinstalld_service.cpp63 InstalldOperator::AddDeleteDfx(Constants::BUNDLE_CODE_DIR); in OnStart()
106 if (InstalldOperator::IsExistDir(path)) { in InitDir()
110 if (!InstalldOperator::MkOwnerDir(path, true, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID)) { in InitDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_service.cpp94 if (InstalldOperator::IsExistDir(path)) { in InitDir()
98 if (!InstalldOperator::MkOwnerDir(path, true, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID)) { in InitDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h38 class InstalldOperator { class
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp315 (void)InstalldOperator::DeleteDir(state_.outputPath); in StopAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1277 * @tc.desc: calling MoveFiles of InstalldOperator
1281 InstalldOperator installdOperator; in HWTEST_F()

Completed in 10 milliseconds