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:DeleteFile
(Results
1 - 24
of
24
) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
H
A
D
hap_verify_test.cpp
68
DeleteFile
(signedHap);
in HWTEST_F()
75
DeleteFile
(signedHap);
in HWTEST_F()
92
DeleteFile
(unsignedHap);
in HWTEST_F()
99
DeleteFile
(unsignedHap);
in HWTEST_F()
118
DeleteFile
(udidUnmatchHap);
in HWTEST_F()
127
DeleteFile
(udidUnmatchHap);
in HWTEST_F()
144
DeleteFile
(tamperedHap);
in HWTEST_F()
151
DeleteFile
(tamperedHap);
in HWTEST_F()
170
DeleteFile
(testHap);
in HWTEST_F()
178
DeleteFile
(testHa
in HWTEST_F()
[all...]
H
A
D
write_file.h
21
void
DeleteFile
(const char *path);
H
A
D
write_file.cpp
72
void
DeleteFile
(const char *path)
in DeleteFile()
function
/base/update/updateservice/services/firmware/utils/include/
H
A
D
firmware_file_utils.h
36
FileUtils::
DeleteFile
(Firmware::PACKAGE_PATH, false);
in DeleteDownloadFiles()
/base/update/updater/services/applypatch/
H
A
D
store.cpp
39
if (
DeleteFile
(file.c_str()) == -1) {
in DoFreeSpace()
52
if (
DeleteFile
(path.c_str()) != -1) {
in FreeStore()
89
if (
DeleteFile
(*iter) == 0) {
in CreateNewSpace()
/base/theme/wallpaper_mgr/utils/include/
H
A
D
file_deal.h
31
static bool
DeleteFile
(const std::string &sourceFile);
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/
H
A
D
leak_detector_module_test.cpp
50
TestUtil::
DeleteFile
(NATIVE_THRESHOLD_BAK_PATH);
in TearDownTestCase()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H
A
D
test_util.h
45
static void
DeleteFile
(const std::string &file);
H
A
D
test_util.cpp
273
void TestUtil::
DeleteFile
(const string &file)
in DeleteFile()
function in OHOS::HiviewDFX::TestUtil
/base/account/os_account/frameworks/common/file_operator/include/
H
A
D
account_file_operator.h
37
ErrCode
DeleteFile
(const std::string &path);
/base/update/updateservice/services/core/ability/utils/include/
H
A
D
file_utils.h
42
static void
DeleteFile
(const std::string &rootPath, bool isDeleteRootDir);
/base/update/updateservice/services/core/ability/utils/src/
H
A
D
file_utils.cpp
84
void FileUtils::
DeleteFile
(const std::string &rootPath, bool isDeleteRootDir)
in DeleteFile()
function in OHOS::UpdateEngine::FileUtils
177
DeleteFile
(dir.dirName, false);
in DestroyBaseDirectory()
/base/update/updater/services/diffpatch/patch_shared/
H
A
D
patch_shared.cpp
186
(void)Utils::
DeleteFile
(transferParams->storeBase);
in ExecuteTransferCommand()
443
(void)Utils::
DeleteFile
(destImage);
in RestoreOriginalFile()
446
(void)Utils::
DeleteFile
(packagePath);
in RestoreOriginalFile()
447
(void)Utils::
DeleteFile
(infos.devPath);
in RestoreOriginalFile()
/base/account/os_account/frameworks/common/file_operator/src/
H
A
D
account_file_operator.cpp
76
return
DeleteFile
(path);
in DeleteDirOrFile()
95
ErrCode AccountFileOperator::
DeleteFile
(const std::string &path)
in DeleteFile()
function in OHOS::AccountSA::AccountFileOperator
/base/theme/wallpaper_mgr/utils/src/
H
A
D
file_deal.cpp
74
bool FileDeal::
DeleteFile
(const std::string &sourceFile)
in DeleteFile()
function in OHOS::WallpaperMgrService::FileDeal
/base/update/updater/services/
H
A
D
updater_utils.cpp
42
(void)
DeleteFile
(installTimeFilePath);
in DeleteInstallTimeFile()
H
A
D
updater.cpp
459
(void)Utils::
DeleteFile
(fullPath);
in StartUpdaterProc()
H
A
D
updater_main.cpp
366
(void)
DeleteFile
(resultPath);
in PreUpdatePackages()
/base/update/updater/services/script/script_instruction/
H
A
D
script_basicinstruction.cpp
176
ret = Updater::Utils::
DeleteFile
(file.c_str());
in Execute()
/base/update/updater/utils/include/
H
A
D
utils.h
63
int32_t
DeleteFile
(const std::string& filename);
/base/update/updater/test/unittest/utils/json/
H
A
D
utils_json_test.cpp
214
DeleteFile
(invalidJsonPath);
in HWTEST_F()
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H
A
D
updater_utils_fuzzer.cpp
297
DeleteFile
(invalidJsonPath);
in TestJsonNodeFileType()
/base/update/updater/utils/
H
A
D
utils.cpp
130
int32_t
DeleteFile
(const std::string& filename)
in DeleteFile()
function
466
(void)
DeleteFile
(zipFile);
in CompressFiles()
529
(void)
DeleteFile
(logName);
in CompressLogs()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
358
FileDeal::
DeleteFile
(wallpaperFilePath);
in ClearRedundantFile()
725
FileDeal::
DeleteFile
(uriOrPixelMap);
in SetWallpaperBackupData()
728
if (!FileDeal::
DeleteFile
(uriOrPixelMap)) {
in SetWallpaperBackupData()
Completed in 14 milliseconds