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

  /external/strace/xlat/
statfs_flags.h 17 #if !(defined(ST_SYNCHRONOUS) || (defined(HAVE_DECL_ST_SYNCHRONOUS) && HAVE_DECL_ST_SYNCHRONOUS))
18 # define ST_SYNCHRONOUS 0x0010
46 XLAT(ST_SYNCHRONOUS),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */
93 # define ST_SYNCHRONOUS ST_SYNCHRONOUS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */
93 # define ST_SYNCHRONOUS ST_SYNCHRONOUS
  /bionic/libc/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 128 ST_SYNCHRONOUS | ST_MANDLOCK)) {
146 if (stat.f_flag & ST_SYNCHRONOUS)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 503 public static final int ST_SYNCHRONOUS = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 561 initConstant(env, c, "ST_SYNCHRONOUS", ST_SYNCHRONOUS);
    [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 62 milliseconds