Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h29 #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/libc/bionic/
Dsystem_properties.cpp216 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()
/bionic/tests/
Ddlext_test.cpp826 open(get_testlib_root().c_str(), O_TMPFILE | O_CLOEXEC | O_RDWR | O_EXCL)); in TEST()