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

  /development/ndk/sources/android/libportable/arch-mips/
flags.c 50 pflags |= O_APPEND_PORTABLE;
open.c 48 if (flags & O_APPEND_PORTABLE)
fcntl.c 190 if (flags & O_APPEND_PORTABLE)
230 portableflags |= O_APPEND_PORTABLE;
  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 44 #ifndef O_APPEND_PORTABLE
45 #define O_APPEND_PORTABLE 00002000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 35 if (flags & O_APPEND_PORTABLE)

Completed in 139 milliseconds