Home
last modified time | relevance | path

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

12

/third_party/musl/src/unistd/
Drmdir.c5 int rmdir(const char *path) in rmdir() function
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dracy-entries-eexist.js7 var rmdir = require('graceful-fs').rmdir variable
34 'rmdir': function (dir, cb) { method
Dracy-entries-enotempty.js7 var rmdir = require('graceful-fs').rmdir variable
34 'rmdir': function (dir, cb) { method
Dracy-entries.js31 'rmdir': require('graceful-fs').rmdir, property
/third_party/NuttX/fs/vfs/
Dfs_rmdir.c195 int rmdir(const char *pathname) in rmdir() function
/third_party/node/deps/npm/node_modules/fs-vacuum/
Dvacuum.js9 var rmdir = require('graceful-fs').rmdir variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_file.js103 rmdir: function (...args) { method
Dohos_fileio.js610 rmdir: function (...args) { method
/third_party/node/deps/npm/node_modules/move-concurrently/
Dmove.js66 rmdir: fs.rmdir, property
/third_party/libuv/test/
Dtest-fs-open-flags.c34 # define rmdir _rmdir macro
/third_party/ffmpeg/libavformat/
Dos_support.h244 #define rmdir win32_rmdir macro
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.py36 def rmdir(self,dir): member in Machine
/third_party/node/deps/npm/node_modules/rimraf/
Drimraf.js222 function rmdir (p, options, originalEr, cb) { function
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js82 rmdir: fs.rmdir, property
/third_party/libwebsockets/lib/misc/
Ddir.c44 #define rmdir _rmdir macro
/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/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/python/Lib/test/support/
Dos_helper.py349 def rmdir(dirname): function
/third_party/node/lib/internal/fs/
Dpromises.js506 async function rmdir(path, options) { function
738 rmdir, property
/third_party/libfuse/include/
Dfuse_lowlevel.h421 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
Dfuse.h368 int (*rmdir) (const char *); member
/third_party/python/Lib/
Dpathlib.py304 rmdir = os.rmdir variable in _NormalAccessor
1209 def rmdir(self): member in Path
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1112 pub(crate) fn rmdir(pathname: &CStr) -> io::Result<()> { in rmdir() function

12