Home
last modified time | relevance | path

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

123

/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.h50 #ifndef AT_REMOVEDIR
51 #define AT_REMOVEDIR 0x200 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_darwin.go253 AT_REMOVEDIR = C.AT_REMOVEDIR const
Dtypes_solaris.go214 AT_REMOVEDIR = C.AT_REMOVEDIR const
Dtypes_freebsd.go373 AT_REMOVEDIR = C.AT_REMOVEDIR const
Dztypes_solaris_amd64.go285 AT_REMOVEDIR = 0x1 const
Dztypes_darwin_arm.go460 AT_REMOVEDIR = 0x80 const
Dztypes_darwin_amd64.go469 AT_REMOVEDIR = 0x80 const
Dztypes_darwin_386.go459 AT_REMOVEDIR = 0x80 const
Dztypes_darwin_arm64.go469 AT_REMOVEDIR = 0x80 const
Dztypes_freebsd_arm.go521 AT_REMOVEDIR = 0x800 const
Dztypes_freebsd_amd64.go521 AT_REMOVEDIR = 0x800 const
Dztypes_freebsd_386.go518 AT_REMOVEDIR = 0x800 const
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const5 AT_REMOVEDIR = 512
Dposix_arm64.const5 AT_REMOVEDIR = 512
/external/kernel-headers/original/uapi/linux/
Dfcntl.h82 #define AT_REMOVEDIR 0x200 /* Remove directory instead of macro
/external/toybox/toys/other/
Dswitch_root.c36 flag = AT_REMOVEDIR;
/external/toybox/toys/posix/
Drm.c52 using = AT_REMOVEDIR; in do_rm()
/external/syzkaller/sys/netbsd/
Dsys_amd64.const3 AT_REMOVEDIR = 2048
/external/syzkaller/sys/freebsd/
Dsys_amd64.const2 AT_REMOVEDIR = 2048
/external/minijail/linux-x86/
Dlibconstants.gen.c17 #ifdef AT_REMOVEDIR
18 { "AT_REMOVEDIR", (unsigned long) AT_REMOVEDIR },

123