Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/include/llvm-libc-macros/linux/
H A Dfcntl-macros.h35 #define O_APPEND 00002000 macro
/llvm-project-15.0.7/libc/src/__support/File/
H A Dlinux_file.cpp124 open_flags = O_CREAT | O_APPEND; in openfile()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp396 open_flags |= O_APPEND; in GetOpenFlags()
H A DFile.cpp751 mode |= O_APPEND; in ConvertOpenOptionsForPOSIXOpen()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1577 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1002 Result |= O_APPEND;