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

  /development/ndk/sources/android/libportable/arch-mips/
open.c 29 #if O_CREAT_PORTABLE==O_CREAT
40 if (flags & O_CREAT_PORTABLE)
79 if ((flags & O_CREAT_PORTABLE) != 0) {
94 if ((flags & O_CREAT_PORTABLE) != 0) {
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

Completed in 120 milliseconds