Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/asm-generic/
Dfcntl.h24 #ifndef O_EXCL
25 #define O_EXCL 00000200 macro
/bionic/libc/stdio/
Dmktemp.c149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()