Searched refs:AT_REMOVEDIR (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | at_flags.h | 5 #if !(defined(AT_REMOVEDIR) || (defined(HAVE_DECL_AT_REMOVEDIR) && HAVE_DECL_AT_REMOVEDIR)) 6 # define AT_REMOVEDIR 0x200 macro 22 XLAT(AT_REMOVEDIR),
|
D | at_flags.in | 2 AT_REMOVEDIR 0x200
|
/external/ltp/testcases/kernel/syscalls/unlinkat/ |
D | unlinkat01.c | 45 #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/ |
D | fcntl.h | 70 #ifndef AT_REMOVEDIR 71 # define AT_REMOVEDIR 0x200 macro
|
/external/bison/lib/ |
D | fcntl.in.h | 331 #ifndef AT_REMOVEDIR 332 # define AT_REMOVEDIR 1
|
/external/toybox/lib/ |
D | portability.h | 40 #ifndef AT_REMOVEDIR 41 #define AT_REMOVEDIR 0x200 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 60 #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 | 51 using = AT_REMOVEDIR; in do_rm()
|
D | cp.c | 344 if (unlinkat(tfd, try->name, S_ISDIR(try->st.st_mode) ? AT_REMOVEDIR :0)) in cp_node()
|
D | find.c | 287 S_ISDIR(new->st.st_mode) ? AT_REMOVEDIR : 0); in do_find()
|
/external/bison/linux-lib/ |
D | fcntl.h | 643 #ifndef AT_REMOVEDIR 644 # define AT_REMOVEDIR 1 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 643 #ifndef AT_REMOVEDIR 644 # define AT_REMOVEDIR 1 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 17 #ifdef AT_REMOVEDIR 18 { "AT_REMOVEDIR", (unsigned long) AT_REMOVEDIR },
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 624 #ifndef AT_REMOVEDIR 625 #define AT_REMOVEDIR 0x200 macro
|