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
defs:rmdir
(Results
1 - 23
of
23
) sorted by relevance
/third_party/musl/src/unistd/
H
A
D
rmdir.c
5
int
rmdir
(const char *path)
in rmdir()
function
/third_party/NuttX/fs/vfs/
H
A
D
fs_rmdir.c
195
int
rmdir
(const char *pathname)
in rmdir()
function
/third_party/libuv/test/
H
A
D
test-fs-open-flags.c
34
# define
rmdir
_rmdir
macro
H
A
D
test-fs.c
44
# define
rmdir
_rmdir
macro
[all...]
/third_party/node/test/parallel/
H
A
D
test-trace-events-fs-async.js
214
function
rmdir
() {
function
/third_party/ltp/testcases/network/nfsv4/locks/
H
A
D
locktests.py
36
def
rmdir
(self,dir):
member in Machine
/third_party/ffmpeg/libavformat/
H
A
D
os_support.h
310
#define
rmdir
win32_rmdir
macro
/third_party/NuttX/fs/nfs/
H
A
D
nfs_mount.h
123
struct rpc_call_rmdir
rmdir
;
member
H
A
D
rpc.h
370
struct RMDIR3args
rmdir
;
member
492
struct RMDIR3resok
rmdir
;
member
/third_party/libwebsockets/lib/misc/
H
A
D
dir.c
44
#define
rmdir
_rmdir
macro
/third_party/ntfs-3g/include/fuse-lite/
H
A
D
fuse.h
110
int (*
rmdir
) (const char *);
member
H
A
D
fuse_lowlevel.h
316
void (*
rmdir
) (fuse_req_t req, fuse_ino_t parent, const char *name);
member
/third_party/python/Lib/test/support/
H
A
D
os_helper.py
431
def
rmdir
(dirname):
function
/third_party/libfuse/include/
H
A
D
fuse.h
368
int (*
rmdir
) (const char *);
member
H
A
D
fuse_lowlevel.h
421
void (*
rmdir
) (fuse_req_t req, fuse_ino_t parent, const char *name);
member
/third_party/node/lib/
H
A
D
fs.js
1160
function
rmdir
(path, options, callback) {
function
/third_party/python/Lib/
H
A
D
pathlib.py
1152
def
rmdir
(self):
member in Path
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
498
pub fn
rmdir
(path: *const c_char) -> ::c_int;
in rmdir()
functions
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
833
pub fn
rmdir
(arg1: *const c_char) -> c_int;
in rmdir()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
653
pub fn
rmdir
(path: *const c_char) -> ::c_int;
in rmdir()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
917
pub fn
rmdir
(path: *const c_char) -> ::c_int;
in rmdir()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1692
pub fn
rmdir
(path: *const ::c_char) -> ::c_int;
in rmdir()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3622
pub fn
rmdir
(path: *const c_char) -> ::c_int;
in rmdir()
functions
Completed in 79 milliseconds