Searched refs:AT_EMPTY_PATH (Results 1 – 5 of 5) sorted by relevance
/external/strace/xlat/ |
D | at_flags.h | 14 #if !(defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH)) 15 # define AT_EMPTY_PATH 0x1000 macro 25 XLAT(AT_EMPTY_PATH),
|
D | at_flags.in | 5 AT_EMPTY_PATH 0x1000
|
/external/strace/tests/ |
D | execveat.expected | 1 …\nfilename", "first", "second"\], \[/\* 2 vars \*/\], AT_SYMLINK_NOFOLLOW\|AT_EMPTY_PATH\) += -1 .*
|
D | execveat-v.expected | 1 …, "first", "second"\], \["foobar=1", "foo\\nbar=2"\], AT_SYMLINK_NOFOLLOW\|AT_EMPTY_PATH\) += -1 .*
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 64 #define AT_EMPTY_PATH 0x1000 /* Allow empty relative pathname */ macro
|