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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
statvfs.h 94 ST_MANDLOCK = 64, /* Allow mandatory locks on an FS. */
95 # define ST_MANDLOCK ST_MANDLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 94 ST_MANDLOCK = 64, /* Allow mandatory locks on an FS. */
95 # define ST_MANDLOCK ST_MANDLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 94 ST_MANDLOCK = 64, /* Allow mandatory locks on an FS. */
95 # define ST_MANDLOCK ST_MANDLOCK
  /bionic/libc/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /development/ndk/platforms/android-21/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 57 #define ST_MANDLOCK 0x0040
  /libcore/luni/src/main/java/android/system/
OsConstants.java 459 public static final int ST_MANDLOCK = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 520 initConstant(env, c, "ST_MANDLOCK", ST_MANDLOCK);

Completed in 292 milliseconds