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:rmdir
(Results
1 - 11
of
11
) sorted by relevance
/developtools/hdc/scripts/
H
A
D
hdc_medium_test.py
33
from dev_hdc_test import execute_lines_in_file, hdc_get_key,
rmdir
, pytest_run
namespace
73
rmdir
(get_local_path('it_package'))
115
check_hdc_cmd("shell
rmdir
data/local/tmp/it")
H
A
D
hdc_normal_test.py
31
from dev_hdc_test import make_multiprocess_file,
rmdir
namespace
124
rmdir
(get_local_path('it_problem_dir'))
H
A
D
dev_hdc_test.py
278
def
rmdir
(path):
function
631
rmdir
(dir_path)
647
rmdir
(dir_path)
657
rmdir
(dir_path)
680
rmdir
(file_path)
/developtools/packing_tool/adapter/ohos/
H
A
D
PackageNormalize.java
113
rmdir
(tmpDir);
in normalize()
117
private static void
rmdir
(Path dir) throws IOException {
in rmdir()
method in PackageNormalize
H
A
D
PackageUtil.java
288
public static boolean
rmdir
(Path dir) {
in rmdir()
method in PackageUtil
305
LOG.warning("
rmdir
err: " + ex.getMessage());
in rmdir()
H
A
D
Compressor.java
1296
PackageUtil.
rmdir
(tmpDir);
in compressFastAppMode()
/developtools/global_resource_tool/src/
H
A
D
file_entry.cpp
318
bool result =
rmdir
(AdaptLongPath(path).c_str()) == 0;
in RemoveAllDirInner()
320
bool result =
rmdir
(path.c_str()) == 0;
in RemoveAllDirInner()
/developtools/hdc/src/daemon/
H
A
D
daemon_app.cpp
227
rmdir
(subpath.c_str());
in RemoveDir()
234
if (
rmdir
(dir.c_str()) == -1) {
in RemoveDir()
/developtools/ace_js2bundle/ace-loader/
H
A
D
main.product.js
45
fs.
rmdir
(url, function(err) {});
/developtools/packing_tool/packing_tool/frameworks/src/
H
A
D
utils.cpp
250
return !IsFileExists(dir) || (
rmdir
(dir.c_str()) == 0);
in RemoveDirectory()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
4892
int (*
rmdir
)(struct inode *, struct dentry *);
member
5533
int (*
rmdir
)(struct kernfs_node *);
member
44861
int (*
rmdir
)(struct inode *, const struct qstr *);
member
51532
int (*
rmdir
)(const char *);
global()
member
[all...]
Completed in 421 milliseconds