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

  /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-mips/
open.c 46 if (flags & O_TRUNC_PORTABLE)
fcntl.c 188 if (flags & O_TRUNC_PORTABLE)
228 portableflags |= O_TRUNC_PORTABLE;

Completed in 289 milliseconds