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

  /bionic/libc/include/sys/
statvfs.h 54 #define ST_NODEV 0x0004
  /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
  /libcore/luni/src/main/java/android/system/
OsConstants.java 497 public static final int ST_NODEV = placeholder();
    [all...]
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 382 milliseconds