Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/unistd/
Dcreat.c33 return open(pathname, O_WRONLY|O_TRUNC|O_CREAT, mode); in creat()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h30 #ifndef O_TRUNC
31 #define O_TRUNC 00001000 macro
/bionic/libc/stdio/
Dflags.c61 o = O_CREAT | O_TRUNC; in __sflags()