Home
last modified time | relevance | path

Searched defs:rmdir (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/src/unistd/
Drmdir.c5 int rmdir(const char *path) in rmdir() function
/third_party/NuttX/fs/vfs/
Dfs_rmdir.c195 int rmdir(const char *pathname) in rmdir() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_file.js103 rmdir: function (...args) { method
Dohos_fileio.js610 rmdir: function (...args) { method
/third_party/libuv/test/
Dtest-fs-open-flags.c34 # define rmdir _rmdir macro
Dtest-fs.c44 # define rmdir _rmdir macro
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js214 function rmdir() { function
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.py36 def rmdir(self,dir): member in Machine
/third_party/libwebsockets/lib/misc/
Ddir.c44 #define rmdir _rmdir macro
/third_party/ffmpeg/libavformat/
Dos_support.h310 #define rmdir win32_rmdir macro
/third_party/NuttX/fs/nfs/
Dnfs_mount.h123 struct rpc_call_rmdir rmdir; member
Drpc.h370 struct RMDIR3args rmdir; member
492 struct RMDIR3resok rmdir; member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h110 int (*rmdir) (const char *); member
Dfuse_lowlevel.h316 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
/third_party/python/Lib/test/support/
Dos_helper.py431 def rmdir(dirname): function
/third_party/node/lib/internal/fs/
Dpromises.js727 async function rmdir(path, options) { function
1041 rmdir, property
/third_party/libfuse/include/
Dfuse.h368 int (*rmdir) (const char *); member
Dfuse_lowlevel.h421 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1112 pub(crate) fn rmdir(pathname: &CStr) -> io::Result<()> { in rmdir() function
/third_party/python/Lib/
Dpathlib.py1152 def rmdir(self): member in Path
/third_party/node/lib/
Dfs.js1160 function rmdir(path, options, callback) { function
/third_party/rust/crates/libc/src/windows/
Dmod.rs498 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs917 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
/third_party/rust/crates/libc/src/
Dwasi.rs653 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs833 pub fn rmdir(arg1: *const c_char) -> c_int; in rmdir() function

12