Searched refs:O_TMPFILE (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | open.cpp | 47 return ((flags & O_CREAT) == O_CREAT) || ((flags & O_TMPFILE) == O_TMPFILE); in needs_mode()
|
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 46 #define __open_modes_useful(flags) (((flags) & O_CREAT) || ((flags) & O_TMPFILE) == O_TMPFILE)
|
/bionic/tests/ |
D | fortify_filecheck_diagnostics_test.cpp | 198 open("/dev/null", O_TMPFILE); in test_open() 204 open("/dev/null", O_TMPFILE, 0, 0); in test_open()
|
D | fcntl_test.cpp | 309 int fd = open(dir.path, O_TMPFILE | O_RDWR, perms); in TEST() 335 fd = open(dir.path, O_TMPFILE | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in TEST()
|
D | fortify_test.cpp | 1017 int flags = O_TMPFILE; // Fool the compiler. in TEST_F()
|
D | dlext_test.cpp | 904 open(GetTestlibRoot().c_str(), O_TMPFILE | O_CLOEXEC | O_RDWR | O_EXCL, 0)); in TEST()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 78 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|