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

  /development/ndk/sources/android/libportable/arch-mips/
flags.c 48 pflags |= O_TRUNC_PORTABLE;
open.c 46 if (flags & O_TRUNC_PORTABLE)
fcntl.c 188 if (flags & O_TRUNC_PORTABLE)
228 portableflags |= O_TRUNC_PORTABLE;
  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 41 #ifndef O_TRUNC_PORTABLE
42 #define O_TRUNC_PORTABLE 00001000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 33 if (flags & O_TRUNC_PORTABLE)

Completed in 95 milliseconds