Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveDir
(Results
1 - 25
of
70
) sorted by relevance
1
2
3
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_kv_backup_test.cpp
130
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
D
distributeddb_nb_backup_test.cpp
84
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
D
distributeddb_nb_crud_power_test.cpp
61
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in SetUp()
83
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in TearDown()
H
A
D
distributeddb_nb_db_damage_test.cpp
49
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in SetUp()
249
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in HWTEST_F()
H
A
D
distributeddb_nb_cursor_test.cpp
52
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in SetUp()
70
RemoveDir
(DistributedDBConstant::NB_DIRECTOR);
in TearDown()
H
A
D
distributeddb_kv_concurrency_crud_test.cpp
144
RemoveDir
(DIRECTOR);
in SetUp()
167
RemoveDir
(DIRECTOR);
in TearDown()
H
A
D
distributeddb_kv_transaction_perf_test.cpp
59
RemoveDir
(DIRECTOR);
in SetUp()
81
RemoveDir
(DIRECTOR);
in TearDown()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
gt_bundle_installer.h
99
BundleUtil::
RemoveDir
(bundleInfo->codePath); \
100
BundleUtil::
RemoveDir
(bundleInfo->dataPath); \
108
BundleUtil::
RemoveDir
(path); \
H
A
D
bundle_util.h
61
static bool
RemoveDir
(const char *dir);
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
application_cleaner.h
43
bool
RemoveDir
(const std::string &tempPath);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_cleaner.cpp
94
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
D
bundle_exception_handler.cpp
50
ErrCode result = InstalldClient::GetInstance()->
RemoveDir
(bundleDir);
in RemoveBundleAndDataDir()
128
if (InstalldClient::GetInstance()->
RemoveDir
(moduleDir + ServiceConstants::TMP_SUFFIX) == ERR_OK) {
in InnerHandleInvalidBundle()
H
A
D
bundle_user_mgr_host_impl.cpp
308
InstalldClient::GetInstance()->
RemoveDir
(arkProfilePath);
in RemoveArkProfile()
316
InstalldClient::GetInstance()->
RemoveDir
(asanLogDir);
in RemoveAsanLogDirectory()
H
A
D
base_bundle_installer.cpp
464
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
D
bundle_sandbox_exception_handler.cpp
65
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
D
application_cleaner_test.cpp
113
* @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
D
mtpfs_type_dir.h
57
bool
RemoveDir
(const MtpFsTypeDir &dir);
/foundation/multimodalinput/input/tools/vuinput/src/
H
A
D
virtual_device.cpp
112
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
D
mtpfs_type_dir.cpp
76
bool MtpFsTypeDir::
RemoveDir
(const MtpFsTypeDir &dir)
in RemoveDir()
function in MtpFsTypeDir
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
quick_fix_deleter.cpp
134
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
D
gt_bundle_installer.cpp
459
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
D
app_service_fwk_installer.cpp
137
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
D
verify_manager_host_impl.cpp
374
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
D
installd_client.cpp
136
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
D
inner_shared_bundle_installer.cpp
194
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
1
2
3