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

  /external/strace/xlat/
statfs_flags.h 20 #if !(defined(ST_MANDLOCK) || (defined(HAVE_DECL_ST_MANDLOCK) && HAVE_DECL_ST_MANDLOCK))
21 # define ST_MANDLOCK 0x0040
47 XLAT(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
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 128 ST_SYNCHRONOUS | ST_MANDLOCK)) {
148 if (stat.f_flag & ST_MANDLOCK)
149 mnt_flags |= ST_MANDLOCK;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 495 public static final int ST_MANDLOCK = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 553 initConstant(env, c, "ST_MANDLOCK", ST_MANDLOCK);
    [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 56 milliseconds