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 - 13
of
13
) sorted by relevance
/test/xts/device_attest_lite/services/core/include/utils/
H
A
D
attest_utils_file.h
38
bool
DeleteFile
(const char* path, const char* fileName);
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H
A
D
nnrt_utils.h
89
bool
DeleteFile
(const std::string &path);
H
A
D
nnrt_utils.cpp
343
bool
DeleteFile
(const std::string &path)
in DeleteFile()
function
346
LOGI("
DeleteFile
: path is null");
in DeleteFile()
419
DeleteFile
(i);
in DeleteFolder()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H
A
D
nnrt_utils.h
89
bool
DeleteFile
(const std::string &path);
H
A
D
nnrt_utils.cpp
343
bool
DeleteFile
(const std::string &path)
in DeleteFile()
function
346
LOGI("
DeleteFile
: path is null");
in DeleteFile()
419
DeleteFile
(i);
in DeleteFolder()
/test/xts/device_attest_lite/services/core/mini/utils/
H
A
D
attest_utils_file_detail.c
161
bool
DeleteFile
(const char* path, const char* fileName)
in DeleteFile()
function
/test/ostest/wukong/common/include/
H
A
D
wukong_util.h
216
bool
DeleteFile
(std::string targetDir);
/test/xts/device_attest_lite/services/core/small/utils/
H
A
D
attest_utils_file_detail.c
240
bool
DeleteFile
(const char* path, const char* fileName)
in DeleteFile()
function
/test/xts/acts/ai/nncore/nncoretest/src/
H
A
D
HdiCompilationTest.cpp
222
DeleteFile
(SUPPORTMODELPATH);
in HWTEST_F()
/test/xts/acts/ai/nncore/common/
H
A
D
nncore_utils.h
164
bool
DeleteFile
(const std::string &path);
H
A
D
nncore_utils.cpp
382
bool
DeleteFile
(const std::string &path)
in DeleteFile()
function
385
LOGI("
DeleteFile
: path is null");
in DeleteFile()
458
DeleteFile
(i);
in DeleteFolder()
/test/ostest/wukong/report/src/
H
A
D
report.cpp
156
WuKongUtil::GetInstance()->
DeleteFile
(targetDir_);
in EnvInit()
/test/ostest/wukong/common/src/
H
A
D
wukong_util.cpp
691
bool WuKongUtil::
DeleteFile
(std::string targetDir)
in DeleteFile()
function in OHOS::WuKong::WuKongUtil
Completed in 15 milliseconds