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

  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 68 #ifndef O_NOATIME_PORTABLE
69 #define O_NOATIME_PORTABLE 01000000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 51 if (flags & O_NOATIME_PORTABLE)
  /development/ndk/sources/android/libportable/arch-mips/
open.c 64 if (flags & O_NOATIME_PORTABLE)
fcntl.c 206 if (flags & O_NOATIME_PORTABLE)
246 portableflags |= O_NOATIME_PORTABLE;

Completed in 823 milliseconds