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

/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h29 #define O_EXCL 0x0400 macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dflags.c103 o |= O_EXCL;
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmktemp.c88 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR);
/bionic/libc/bionic/
H A Dsystem_properties.cpp179 O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444);

Completed in 286 milliseconds