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

  /external/strace/xlat/
statfs_flags.h 29 #if !(defined(ST_RELATIME) || (defined(HAVE_DECL_ST_RELATIME) && HAVE_DECL_ST_RELATIME))
30 # define ST_RELATIME 0x1000
50 XLAT(ST_RELATIME),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
107 # define ST_RELATIME ST_RELATIME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
107 # define ST_RELATIME ST_RELATIME
  /bionic/libc/include/sys/
statvfs.h 60 #define ST_RELATIME 0x1000
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \
144 if (stat.f_flag & ST_RELATIME)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 502 public static final int ST_RELATIME = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 560 initConstant(env, c, "ST_RELATIME", ST_RELATIME);
    [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 61 milliseconds