Home
last modified time | relevance | path

Searched refs:RemoveDir (Results 1 - 25 of 70) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp130 RemoveDir(exportPath); in HWTEST_F()
155 RemoveDir(exportPath2); in HWTEST_F()
186 RemoveDir(exportPath); in HWTEST_F()
256 RemoveDir(exportPath); in HWTEST_F()
311 RemoveDir(exportPath); in HWTEST_F()
362 RemoveDir(exportPath); in HWTEST_F()
409 RemoveDir(exportPath); in HWTEST_F()
471 RemoveDir(exportPath); in HWTEST_F()
528 RemoveDir(exportPath); in HWTEST_F()
601 RemoveDir(importPat in HWTEST_F()
[all...]
H A Ddistributeddb_nb_backup_test.cpp84 RemoveDir(exportPath); in SetUp()
85 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in SetUp()
131 RemoveDir(exportPath); in HWTEST_F()
156 RemoveDir(exportPath2); in HWTEST_F()
214 RemoveDir(exportPath); in HWTEST_F()
272 RemoveDir(exportPath); in HWTEST_F()
326 RemoveDir(exportPath); in HWTEST_F()
375 RemoveDir(exportPath); in HWTEST_F()
439 RemoveDir(exportPath); in HWTEST_F()
496 RemoveDir(exportPat in HWTEST_F()
[all...]
H A Ddistributeddb_nb_crud_power_test.cpp61 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in SetUp()
83 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in TearDown()
H A Ddistributeddb_nb_db_damage_test.cpp49 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in SetUp()
249 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in HWTEST_F()
H A Ddistributeddb_nb_cursor_test.cpp52 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in SetUp()
70 RemoveDir(DistributedDBConstant::NB_DIRECTOR); in TearDown()
H A Ddistributeddb_kv_concurrency_crud_test.cpp144 RemoveDir(DIRECTOR); in SetUp()
167 RemoveDir(DIRECTOR); in TearDown()
H A Ddistributeddb_kv_transaction_perf_test.cpp59 RemoveDir(DIRECTOR); in SetUp()
81 RemoveDir(DIRECTOR); in TearDown()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_installer.h99 BundleUtil::RemoveDir(bundleInfo->codePath); \
100 BundleUtil::RemoveDir(bundleInfo->dataPath); \
108 BundleUtil::RemoveDir(path); \
H A Dbundle_util.h61 static bool RemoveDir(const char *dir);
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h43 bool RemoveDir(const std::string &tempPath);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp94 if (self->RemoveDir(temp) == false) { in ClearTempData()
217 bool ApplicationCleaner::RemoveDir(const std::string &tempPath) in RemoveDir() function in OHOS::AppExecFwk::ApplicationCleaner
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp50 ErrCode result = InstalldClient::GetInstance()->RemoveDir(bundleDir); in RemoveBundleAndDataDir()
128 if (InstalldClient::GetInstance()->RemoveDir(moduleDir + ServiceConstants::TMP_SUFFIX) == ERR_OK) { in InnerHandleInvalidBundle()
H A Dbundle_user_mgr_host_impl.cpp308 InstalldClient::GetInstance()->RemoveDir(arkProfilePath); in RemoveArkProfile()
316 InstalldClient::GetInstance()->RemoveDir(asanLogDir); in RemoveAsanLogDirectory()
H A Dbase_bundle_installer.cpp464 if ((errCode = InstalldClient::GetInstance()->RemoveDir(uninstallDir)) != ERR_OK) { in UninstallHspBundle()
502 if ((errCode = InstalldClient::GetInstance()->RemoveDir(uninstallDir)) != ERR_OK) { in UninstallHspVersion()
814 (void)InstalldClient::GetInstance()->RemoveDir(ARK_CACHE_PATH + oldInfo.GetBundleName()); in InnerProcessBundleInstall()
2032 if ((InstalldClient::GetInstance()->RemoveDir(moduleHnpsPath)) != ERR_OK) { in ProcessBundleInstallNative()
2663 ScopeGuard guardRemoveOldSoPath([oldSoPath] {InstalldClient::GetInstance()->RemoveDir(oldSoPath);}); in ProcessDiffFiles()
2692 ScopeGuard removeDiffPath([tempDiffPath] { InstalldClient::GetInstance()->RemoveDir(tempDiffPath); }); in ProcessDiffFiles()
2764 ScopeGuard codePathGuard([&] { InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); }); in CreateBundleAndDataDir()
2969 auto result = InstalldClient::GetInstance()->RemoveDir(dir); in RemoveOldGroupDirs()
2970 CHECK_RESULT(result, "RemoveDir failed %{public}d"); in RemoveOldGroupDirs()
3081 if (InstalldClient::GetInstance()->RemoveDir(di in CreateScreenLockProtectionDir()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp65 auto result = InstalldClient::GetInstance()->RemoveDir(dir); in RemoveSandboxDataDir()
188 auto result = InstalldClient::GetInstance()->RemoveDir(dir); in RemoveDataDir()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_cleaner_test.cpp113 * @tc.name: RemoveDir
114 * @tc.desc: Test whether RemoveDir and are called normally.
121 bool res = cleaner->RemoveDir(currentPath); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_dir.h57 bool RemoveDir(const MtpFsTypeDir &dir);
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp112 static void RemoveDir(const std::string& filePath) in RemoveDir() function
135 RemoveDir((filePath + ptr->d_name + "/")); in RemoveDir()
627 RemoveDir(g_folderPath); in CloseDevice()
635 RemoveDir(g_folderPath); in CloseDevice()
643 RemoveDir(g_folderPath); in CloseDevice()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_dir.cpp76 bool MtpFsTypeDir::RemoveDir(const MtpFsTypeDir &dir) in RemoveDir() function in MtpFsTypeDir
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp134 if (InstalldClient::GetInstance()->RemoveDir(patchPath) != ERR_OK) { in InnerDeletePatchDir()
135 LOG_E(BMS_TAG_DEFAULT, "RemoveDir patch path or hot reload path failed"); in InnerDeletePatchDir()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp459 BundleUtil::RemoveDir(tmpPath); in HandleFileAndBackUpRecord()
481 (void) BundleUtil::RemoveDir(dataPath); in HandleFileAndBackUpRecord()
612 if (!(BundleUtil::RemoveDir(bundleInfo->codePath) && BundleUtil::RemoveDir(bundleInfo->dataPath))) { in Uninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp137 if (InstalldClient::GetInstance()->RemoveDir(bundleDir) != ERR_OK) { in UnInstall()
250 if (InstalldClient::GetInstance()->RemoveDir(moduleDir) != ERR_OK) { in RemoveModuleDataDir()
772 result = InstalldClient::GetInstance()->RemoveDir(deleteTempDir); in MoveSoToRealPath()
975 auto result = InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); in RemoveBundleCodeDir()
1082 return InstalldClient::GetInstance()->RemoveDir(versionDir); in RemoveLowerVersionSoDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp374 InstalldClient::GetInstance()->RemoveDir(tempRootDir); in RemoveTempFiles()
538 result = InstalldClient::GetInstance()->RemoveDir(realPath); in DeleteAbc()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp136 ErrCode InstalldClient::RemoveDir(const std::string &dir) in RemoveDir() function in OHOS::AppExecFwk::InstalldClient
143 return CallService(&IInstalld::RemoveDir, dir); in RemoveDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp194 ErrCode err = InstalldClient::GetInstance()->RemoveDir(*iter); in RollBack()
623 result = InstalldClient::GetInstance()->RemoveDir(tempHspDir); in SaveHspToRealInstallationDir()
654 result = InstalldClient::GetInstance()->RemoveDir(deleteTempDir); in MoveSoToRealPath()

Completed in 25 milliseconds

123