/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
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_files.h | 71 int (*rmdir)(struct MountPoint *, const char *);
member
|
H A D | vfs_fs.c | 1044 int rmdir(const char *path) in rmdir() function
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_files.h | 50 S32 (*rmdir)(struct TagMountPoint *, const char *);
member
|
/third_party/libuv/test/ |
H A D | test-fs-open-flags.c | 34 # define rmdir _rmdir macro
|
/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
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | user_syms.c | 87 EXPORT_SYMBOL_PROTO(rmdir); variable
|
/kernel/liteos_a/fs/proc/include/ |
H A D | proc_fs.h | 98 int (*rmdir)(struct ProcDirEntry *parent, struct ProcDirEntry *pde, const char *name); member
|
/kernel/uniproton/src/fs/ |
H A D | fs.c | 116 int rmdir(const char *path) in rmdir() function
|
/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
|
/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
|
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 52 int (*rmdir)(const char *name); member [all...] |
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 431 def rmdir(dirname): function
|
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | inode.c | 70 int (*rmdir)(const char *name); member [all...] |
/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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernfs.h | 173 int (*rmdir)(struct kernfs_node *kn); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernfs.h | 240 int (*rmdir)(struct kernfs_node *kn); 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
|