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 D | bms_install_daemon_operator_test.cpp | 121 * @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 D | installd_host_impl.cpp | 114 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 D | installd_operator.cpp | 138 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 D | installd_service.cpp | 63 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 D | installd_service.cpp | 94 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 D | installd_operator.h | 38 class InstalldOperator { class
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 315 (void)InstalldOperator::DeleteDir(state_.outputPath); in StopAOT()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1277 * @tc.desc: calling MoveFiles of InstalldOperator 1281 InstalldOperator installdOperator; in HWTEST_F()
|
Completed in 10 milliseconds