Searched refs:O_EXCL (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dflags.c88 o |= O_EXCL;
H A Dmktemp.c72 flags |= O_CREAT | O_EXCL | O_RDWR;
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h29 #define O_EXCL 0x0400 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dfcntl.h29 #define O_EXCL 0x0400 macro
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dfcntl.h29 #define O_EXCL 0x0400 macro
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dfcntl.h29 #define O_EXCL 0x0400 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/bionic/libc/bionic/
H A Dsystem_properties.cpp216 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444);
/bionic/tests/
H A Ddlext_test.cpp826 open(get_testlib_root().c_str(), O_TMPFILE | O_CLOEXEC | O_RDWR | O_EXCL));

Completed in 199 milliseconds