Home
last modified time | relevance | path

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

/external/strace/xlat/
Dat_flags.h5 #if !(defined(AT_REMOVEDIR) || (defined(HAVE_DECL_AT_REMOVEDIR) && HAVE_DECL_AT_REMOVEDIR))
6 # define AT_REMOVEDIR 0x200 macro
22 XLAT(AT_REMOVEDIR),
Dat_flags.in2 AT_REMOVEDIR 0x200
/external/ltp/testcases/kernel/syscalls/unlinkat/
Dunlinkat01.c45 #ifndef AT_REMOVEDIR
46 #define AT_REMOVEDIR 0x200 macro
65 static const int flags[] = { 0, 0, 0, 0, 9999, 0, AT_REMOVEDIR };
/external/ltp/include/lapi/
Dfcntl.h70 #ifndef AT_REMOVEDIR
71 # define AT_REMOVEDIR 0x200 macro
/external/bison/lib/
Dfcntl.in.h331 #ifndef AT_REMOVEDIR
332 # define AT_REMOVEDIR 1
/external/toybox/lib/
Dportability.h40 #ifndef AT_REMOVEDIR
41 #define AT_REMOVEDIR 0x200 macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h60 #define AT_REMOVEDIR 0x200 /* Remove directory instead of macro
/external/toybox/toys/other/
Dswitch_root.c36 flag = AT_REMOVEDIR;
/external/toybox/toys/posix/
Drm.c51 using = AT_REMOVEDIR; in do_rm()
Dcp.c344 if (unlinkat(tfd, try->name, S_ISDIR(try->st.st_mode) ? AT_REMOVEDIR :0)) in cp_node()
Dfind.c287 S_ISDIR(new->st.st_mode) ? AT_REMOVEDIR : 0); in do_find()
/external/bison/linux-lib/
Dfcntl.h643 #ifndef AT_REMOVEDIR
644 # define AT_REMOVEDIR 1 macro
/external/bison/darwin-lib/
Dfcntl.h643 #ifndef AT_REMOVEDIR
644 # define AT_REMOVEDIR 1 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c17 #ifdef AT_REMOVEDIR
18 { "AT_REMOVEDIR", (unsigned long) AT_REMOVEDIR },
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h624 #ifndef AT_REMOVEDIR
625 #define AT_REMOVEDIR 0x200 macro