Searched refs:AT_REMOVEDIR (Results 1 – 25 of 54) sorted by relevance
123
/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 | 50 #ifndef AT_REMOVEDIR 51 #define AT_REMOVEDIR 0x200 macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_darwin.go | 253 AT_REMOVEDIR = C.AT_REMOVEDIR const
|
D | types_solaris.go | 214 AT_REMOVEDIR = C.AT_REMOVEDIR const
|
D | types_freebsd.go | 373 AT_REMOVEDIR = C.AT_REMOVEDIR const
|
D | ztypes_solaris_amd64.go | 285 AT_REMOVEDIR = 0x1 const
|
D | ztypes_darwin_arm.go | 460 AT_REMOVEDIR = 0x80 const
|
D | ztypes_darwin_amd64.go | 469 AT_REMOVEDIR = 0x80 const
|
D | ztypes_darwin_386.go | 459 AT_REMOVEDIR = 0x80 const
|
D | ztypes_darwin_arm64.go | 469 AT_REMOVEDIR = 0x80 const
|
D | ztypes_freebsd_arm.go | 521 AT_REMOVEDIR = 0x800 const
|
D | ztypes_freebsd_amd64.go | 521 AT_REMOVEDIR = 0x800 const
|
D | ztypes_freebsd_386.go | 518 AT_REMOVEDIR = 0x800 const
|
/external/syzkaller/sys/fuchsia/ |
D | posix_amd64.const | 5 AT_REMOVEDIR = 512
|
D | posix_arm64.const | 5 AT_REMOVEDIR = 512
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 82 #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 | 52 using = AT_REMOVEDIR; in do_rm()
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 3 AT_REMOVEDIR = 2048
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 2 AT_REMOVEDIR = 2048
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 17 #ifdef AT_REMOVEDIR 18 { "AT_REMOVEDIR", (unsigned long) AT_REMOVEDIR },
|
123