Searched refs:do_rmdir (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/posix/ |
D | rmdir.c | 24 static void do_rmdir(char *name) in do_rmdir() function 49 for (s=toys.optargs; *s; s++) do_rmdir(*s); in rmdir_main()
|
/external/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir03.c | 43 static void do_rmdir(unsigned int n) in do_rmdir() function 89 .test = do_rmdir,
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.c | 122 extern void do_rmdir __SS_PROTO; 502 do_rmdir,
|
D | debugfs.h | 162 extern void do_rmdir(int argc, char **argv, int sci_idx, void *infop);
|
D | debug_cmds.ct | 67 request do_rmdir, "Remove a directory",
|
D | debugfs.c | 1938 void do_rmdir(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_rmdir() function
|
/external/openssh/ |
D | sftp-client.h | 80 int do_rmdir(struct sftp_conn *, const char *);
|
D | sftp-client.c | 733 do_rmdir(struct sftp_conn *conn, const char *path) in do_rmdir() function
|
D | sftp.c | 1613 err = do_rmdir(conn, path1); in parse_dispatch_command()
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1334 static void do_rmdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_rmdir() function 2558 [FUSE_RMDIR] = { do_rmdir, "RMDIR" },
|