Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h24 #ifndef O_EXCL
25 #define O_EXCL 00000200 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/development/ndk/sources/android/libportable/arch-x86/
Dopen.c30 x86flags |= O_EXCL; in x86_change_flags()
/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()