/third_party/musl/src/unistd/ |
D | rmdir.c | 5 int rmdir(const char *path) in rmdir() function
|
/third_party/node/deps/npm/node_modules/fs-vacuum/test/ |
D | racy-entries-eexist.js | 7 var rmdir = require('graceful-fs').rmdir variable 34 'rmdir': function (dir, cb) { method
|
D | racy-entries-enotempty.js | 7 var rmdir = require('graceful-fs').rmdir variable 34 'rmdir': function (dir, cb) { method
|
D | racy-entries.js | 31 'rmdir': require('graceful-fs').rmdir, property
|
/third_party/NuttX/fs/vfs/ |
D | fs_rmdir.c | 195 int rmdir(const char *pathname) in rmdir() function
|
/third_party/node/deps/npm/node_modules/fs-vacuum/ |
D | vacuum.js | 9 var rmdir = require('graceful-fs').rmdir variable
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | system_file.js | 103 rmdir: function (...args) { method
|
D | ohos_fileio.js | 610 rmdir: function (...args) { method
|
/third_party/node/deps/npm/node_modules/move-concurrently/ |
D | move.js | 66 rmdir: fs.rmdir, property
|
/third_party/libuv/test/ |
D | test-fs-open-flags.c | 34 # define rmdir _rmdir macro
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 244 #define rmdir win32_rmdir macro
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.py | 36 def rmdir(self,dir): member in Machine
|
/third_party/node/deps/npm/node_modules/rimraf/ |
D | rimraf.js | 222 function rmdir (p, options, originalEr, cb) { function
|
/third_party/node/deps/npm/node_modules/copy-concurrently/ |
D | copy.js | 82 rmdir: fs.rmdir, property
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 44 #define rmdir _rmdir macro
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 110 int (*rmdir) (const char *); member
|
D | fuse_lowlevel.h | 316 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
|
/third_party/NuttX/fs/nfs/ |
D | nfs_mount.h | 123 struct rpc_call_rmdir rmdir; member
|
D | rpc.h | 370 struct RMDIR3args rmdir; member 492 struct RMDIR3resok rmdir; member
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 349 def rmdir(dirname): function
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 506 async function rmdir(path, options) { function 738 rmdir, property
|
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 421 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
|
D | fuse.h | 368 int (*rmdir) (const char *); member
|
/third_party/python/Lib/ |
D | pathlib.py | 304 rmdir = os.rmdir variable in _NormalAccessor 1209 def rmdir(self): member in Path
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 1112 pub(crate) fn rmdir(pathname: &CStr) -> io::Result<()> { in rmdir() function
|