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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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
  /development/ndk/platforms/android-21/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
statvfs.h 56 #define ST_SYNCHRONOUS 0x0010
  /libcore/luni/src/main/java/android/system/
OsConstants.java 473 public static final int ST_SYNCHRONOUS = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 529 initConstant(env, c, "ST_SYNCHRONOUS", ST_SYNCHRONOUS);

Completed in 1876 milliseconds

1 2