Searched defs:S_IFBLK (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h16 #define S_IFBLK 0060000 macro
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java22 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; }
315 public static final int S_IFBLK = placeholder(); field in class:OsConstants

Completed in 72 milliseconds