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

  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 24 #define O_DIRECT_PORTABLE 0200000
56 #ifndef O_DIRECT_PORTABLE
57 #define O_DIRECT_PORTABLE 00040000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 43 if (flags & O_DIRECT_PORTABLE)
  /development/ndk/sources/android/libportable/arch-mips/
open.c 56 if (flags & O_DIRECT_PORTABLE)
fcntl.c 198 if (flags & O_DIRECT_PORTABLE)
238 portableflags |= O_DIRECT_PORTABLE;

Completed in 69 milliseconds