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

  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 50 #ifndef O_SYNC_PORTABLE
51 #define O_SYNC_PORTABLE 00010000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 39 if (flags & O_SYNC_PORTABLE)
  /development/ndk/sources/android/libportable/arch-mips/
open.c 52 if (flags & O_SYNC_PORTABLE)
fcntl.c 194 if (flags & O_SYNC_PORTABLE)
234 portableflags |= O_SYNC_PORTABLE;

Completed in 103 milliseconds