Home
last modified time | relevance | path

Searched refs:AT_REMOVEDIR (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/xlat/
Dat_flags.h13 #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),
Dat_flags.in2 AT_REMOVEDIR 0x200
/external/ltp/testcases/kernel/syscalls/unlinkat/
Dunlinkat01.c44 #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/
Dfcntl.h110 #ifndef AT_REMOVEDIR
111 # define AT_REMOVEDIR 0x200 macro
Dstat.h225 #ifndef AT_REMOVEDIR
226 # define AT_REMOVEDIR 0x200 macro
/external/toybox/lib/
Dportability.h53 #ifndef AT_REMOVEDIR
54 #define AT_REMOVEDIR 0x200 macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h90 #define AT_REMOVEDIR 0x200 /* Remove directory instead of macro
/external/toybox/toys/other/
Dswitch_root.c36 flag = AT_REMOVEDIR;
/external/toybox/toys/posix/
Drm.c55 using = AT_REMOVEDIR; in do_rm()
Dcp.c348 if (unlinkat(tfd, try->name, S_ISDIR(try->st.st_mode) ? AT_REMOVEDIR :0)) in cp_node()
Dfind.c307 S_ISDIR(new->st.st_mode) ? AT_REMOVEDIR : 0); in do_find()
/external/minijail/linux-x86/
Dlibconstants.gen.c25 #ifdef AT_REMOVEDIR
26 {"AT_REMOVEDIR", (unsigned long)AT_REMOVEDIR},
/external/rust/crates/libc/src/
Dwasi.rs209 pub const AT_REMOVEDIR: c_int = 0x4; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs983 pub const AT_REMOVEDIR: ::c_int = 2; constant
/external/igt-gpu-tools/runner/
Dexecutor.c1078 if (unlinkat(dirfd, name, AT_REMOVEDIR)) { in clear_old_results()
Drunner_tests.c134 unlinkat(dirfd, dirent->d_name, AT_REMOVEDIR); in clear_directory_fd()
/external/crosvm/p9/src/
Dserver.rs898 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/
Dmod.rs1062 pub const AT_REMOVEDIR: ::c_int = 0x800; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs515 pub const AT_REMOVEDIR: ::c_int = 0x04; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs773 pub const AT_REMOVEDIR: ::c_int = 0x08; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1037 pub const AT_REMOVEDIR: ::c_int = 0x200; constant
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h624 #ifndef AT_REMOVEDIR
625 #define AT_REMOVEDIR 0x200 macro
/external/strace/tests/
Dbtrfs.c2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()
/external/strace/tests-m32/
Dbtrfs.c2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()
/external/strace/tests-mx32/
Dbtrfs.c2058 unlinkat(rootfd, dir_name, AT_REMOVEDIR); in rm_test_dir()

12