Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/fcntl/linux/
H A Dopenat.cpp25 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) {
H A Dopen.cpp25 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) {
/llvm-project-15.0.7/libc/include/llvm-libc-macros/linux/
H A Dfcntl-macros.h32 #define O_TMPFILE (020000000 | O_DIRECTORY) macro