Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h27 #define O_TRUNC 0x0200 macro
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h39 #ifndef O_TRUNC
40 #define O_TRUNC 00001000 macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dflags.c67 o = O_CREAT | O_TRUNC; in __sflags()
/bionic/libc/bionic/
Dopen.cpp47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode); in creat()
/bionic/tests/
Ddlext_test.cpp198 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in CreateRelroFile()
254 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in TEST_F()