HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT_PORTABLE (Results 1 - 5 of 5) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
flags.c 46 pflags |= O_CREAT_PORTABLE;
open.c 29 #if O_CREAT_PORTABLE==O_CREAT
40 if (flags & O_CREAT_PORTABLE)
88 if (flags & O_CREAT_PORTABLE) {
129 if (flags & O_CREAT_PORTABLE) {
fcntl.c 182 if (flags & O_CREAT_PORTABLE)
222 portableflags |= O_CREAT_PORTABLE;
  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 32 #ifndef O_CREAT_PORTABLE
33 #define O_CREAT_PORTABLE 00000100
  /development/ndk/sources/android/libportable/arch-x86/
open.c 27 if (flags & O_CREAT_PORTABLE)

Completed in 346 milliseconds