/external/strace/xlat/ |
D | at_flags.h | 13 #if defined(AT_REMOVEDIR) || (defined(HAVE_DECL_AT_REMOVEDIR) && HAVE_DECL_AT_REMOVEDIR) 15 static_assert((AT_REMOVEDIR) == (0x200), "AT_REMOVEDIR != 0x200"); 18 # define AT_REMOVEDIR 0x200 48 XLAT(AT_REMOVEDIR),
|
D | at_flags.in | 2 AT_REMOVEDIR 0x200
|
/external/ltp/testcases/kernel/syscalls/unlinkat/ |
D | unlinkat01.c | 44 #ifndef AT_REMOVEDIR 45 #define AT_REMOVEDIR 0x200 macro 64 static const int flags[] = { 0, 0, 0, 0, 9999, 0, AT_REMOVEDIR };
|
/external/ltp/include/lapi/ |
D | fcntl.h | 110 #ifndef AT_REMOVEDIR 111 # define AT_REMOVEDIR 0x200 macro
|
D | stat.h | 225 #ifndef AT_REMOVEDIR 226 # define AT_REMOVEDIR 0x200 macro
|
/external/toybox/lib/ |
D | portability.h | 53 #ifndef AT_REMOVEDIR 54 #define AT_REMOVEDIR 0x200 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 90 #define AT_REMOVEDIR 0x200 /* Remove directory instead of macro
|
/external/toybox/toys/other/ |
D | switch_root.c | 36 flag = AT_REMOVEDIR;
|
/external/toybox/toys/posix/ |
D | rm.c | 55 using = AT_REMOVEDIR; in do_rm()
|
D | cp.c | 348 if (unlinkat(tfd, try->name, S_ISDIR(try->st.st_mode) ? AT_REMOVEDIR :0)) in cp_node()
|
D | find.c | 307 S_ISDIR(new->st.st_mode) ? AT_REMOVEDIR : 0); in do_find()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 25 #ifdef AT_REMOVEDIR 26 {"AT_REMOVEDIR", (unsigned long)AT_REMOVEDIR},
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 209 pub const AT_REMOVEDIR: c_int = 0x4; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 983 pub const AT_REMOVEDIR: ::c_int = 2; constant
|
/external/igt-gpu-tools/runner/ |
D | executor.c | 1078 if (unlinkat(dirfd, name, AT_REMOVEDIR)) { in clear_old_results()
|
D | runner_tests.c | 134 unlinkat(dirfd, dirent->d_name, AT_REMOVEDIR); in clear_directory_fd()
|
/external/crosvm/p9/src/ |
D | server.rs | 898 if md.is_dir() && (unlink_at.flags & (libc::AT_REMOVEDIR as u32)) == 0 { in unlink_at()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1062 pub const AT_REMOVEDIR: ::c_int = 0x800; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 515 pub const AT_REMOVEDIR: ::c_int = 0x04; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 773 pub const AT_REMOVEDIR: ::c_int = 0x08; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1037 pub const AT_REMOVEDIR: ::c_int = 0x200; constant
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 624 #ifndef AT_REMOVEDIR 625 #define AT_REMOVEDIR 0x200 macro
|
/external/strace/tests/ |
D | btrfs.c | 2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()
|
/external/strace/tests-m32/ |
D | btrfs.c | 2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()
|
/external/strace/tests-mx32/ |
D | btrfs.c | 2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()
|