Searched refs:O_TRUNC (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dflags.c61 o = O_CREAT | O_TRUNC;
H A Dfmemopen.c161 if (oflags & O_TRUNC)
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h39 #ifndef O_TRUNC
40 #define O_TRUNC 00001000 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h39 #ifndef O_TRUNC
40 #define O_TRUNC 00001000 macro
/bionic/libc/bionic/
H A Dopen.cpp47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
/bionic/tests/
H A Dftw_test.cpp48 ASSERT_NE(-1, fd = open(path, O_CREAT|O_TRUNC, 0666));
H A Ddlext_test.cpp427 int relro_fd = open(relro_file, O_RDWR | O_TRUNC);
/bionic/libc/malloc_debug/
H A DRecordData.cpp144 int dump_fd = open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW,

Completed in 216 milliseconds