Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dopen.c29 #if O_CREAT_PORTABLE==O_CREAT
40 if (flags & O_CREAT_PORTABLE) in open_flags_pton()
88 if (flags & O_CREAT_PORTABLE) { in WRAP()
129 if (flags & O_CREAT_PORTABLE) { in WRAP()
Dflags.c46 pflags |= O_CREAT_PORTABLE; in WRAP()
Dfcntl.c182 if (flags & O_CREAT_PORTABLE) in fcntl_flags_pton()
222 portableflags |= O_CREAT_PORTABLE; in fcntl_flags_ntop()
/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h32 #ifndef O_CREAT_PORTABLE
33 #define O_CREAT_PORTABLE 00000100 macro
/development/ndk/sources/android/libportable/arch-x86/
Dopen.c27 if (flags & O_CREAT_PORTABLE) in x86_change_flags()