Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 4 of 4) sorted by relevance

/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h57 #ifndef O_NOATIME
58 #define O_NOATIME 01000000 macro
/development/ndk/sources/android/libportable/arch-x86/
Dopen.c52 x86flags |= O_NOATIME; in x86_change_flags()
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c65 mipsflags |= O_NOATIME; in open_flags_pton()
Dfcntl.c207 mipsflags |= O_NOATIME; in fcntl_flags_pton()
245 if (flags & O_NOATIME) in fcntl_flags_ntop()