Searched refs:__O_TMPFILE (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h75 #ifndef __O_TMPFILE
76 #define __O_TMPFILE 020000000 macro
78 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
79 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h75 #ifndef __O_TMPFILE
76 #define __O_TMPFILE 020000000 macro
78 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
79 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h75 #ifndef __O_TMPFILE
76 #define __O_TMPFILE 020000000 macro
78 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
79 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)

Completed in 35 milliseconds