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

  /external/strace/xlat/
statfs_flags.h 23 #if !(defined(ST_NOATIME) || (defined(HAVE_DECL_ST_NOATIME) && HAVE_DECL_ST_NOATIME))
24 # define ST_NOATIME 0x0400
48 XLAT(ST_NOATIME),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 102 ST_NOATIME = 1024, /* Do not update access times. */
103 # define ST_NOATIME ST_NOATIME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 102 ST_NOATIME = 1024, /* Do not update access times. */
103 # define ST_NOATIME ST_NOATIME
  /bionic/libc/include/sys/
statvfs.h 58 #define ST_NOATIME 0x0400
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \
140 if (stat.f_flag & ST_NOATIME)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 496 public static final int ST_NOATIME = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 554 initConstant(env, c, "ST_NOATIME", ST_NOATIME);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 698 milliseconds