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

  /external/strace/xlat/
statfs_flags.h 26 #if !(defined(ST_NODIRATIME) || (defined(HAVE_DECL_ST_NODIRATIME) && HAVE_DECL_ST_NODIRATIME))
27 # define ST_NODIRATIME 0x0800
49 XLAT(ST_NODIRATIME),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 104 ST_NODIRATIME = 2048, /* Do not update directory access times. */
105 # define ST_NODIRATIME ST_NODIRATIME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 104 ST_NODIRATIME = 2048, /* Do not update directory access times. */
105 # define ST_NODIRATIME ST_NODIRATIME
  /bionic/libc/include/sys/
statvfs.h 59 #define ST_NODIRATIME 0x0800
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \
142 if (stat.f_flag & ST_NODIRATIME)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 498 public static final int ST_NODIRATIME = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 556 initConstant(env, c, "ST_NODIRATIME", ST_NODIRATIME);
    [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 75 milliseconds