Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 8 of 8) sorted by relevance

/development/ndk/platforms/android-3/header-patches/include/asm-generic/
Dfcntl.h13 #ifndef O_EXCL
14 #define O_EXCL 00000200 macro
/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h24 #ifndef O_EXCL
25 #define O_EXCL 00000200 macro
/development/ndk/platforms/android-L/include/asm-generic/
Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c43 mipsflags |= O_EXCL; in open_flags_pton()
Dfcntl.c185 mipsflags |= O_EXCL; in fcntl_flags_pton()
223 if (flags & O_EXCL) in fcntl_flags_ntop()