Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h29 #ifndef O_EXCL
30 #define O_EXCL 00000200 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dflags.c88 o |= O_EXCL; in __sflags()
Dmktemp.c72 flags |= O_CREAT | O_EXCL | O_RDWR; in mktemp_internal()
/bionic/tests/headers/posix/
Dfcntl_h.c59 MACRO(O_EXCL); in fcntl_h()
/bionic/tests/
Dfcntl_test.cpp335 fd = open(dir.path, O_TMPFILE | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in TEST()
Ddlext_test.cpp904 open(GetTestlibRoot().c_str(), O_TMPFILE | O_CLOEXEC | O_RDWR | O_EXCL, 0)); in TEST()
/bionic/libc/system_properties/
Dprop_area.cpp56 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()