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

  /external/strace/xlat/
statfs_flags.h 11 #if !(defined(ST_NODEV) || (defined(HAVE_DECL_ST_NODEV) && HAVE_DECL_ST_NODEV))
12 # define ST_NODEV 0x0004
44 XLAT(ST_NODEV),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 88 ST_NODEV = 4, /* Disallow access to device special files. */
89 # define ST_NODEV ST_NODEV
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 88 ST_NODEV = 4, /* Disallow access to device special files. */
89 # define ST_NODEV ST_NODEV
  /bionic/libc/include/sys/
statvfs.h 54 #define ST_NODEV 0x0004
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \
136 if (stat.f_flag & ST_NODEV)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 497 public static final int ST_NODEV = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 555 initConstant(env, c, "ST_NODEV", ST_NODEV);
    [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 876 milliseconds