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

/external/kernel-headers/original/linux/
H A Dstat.h18 #define S_IFCHR 0020000 macro
27 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java23 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; }
316 public static final int S_IFCHR = placeholder(); field in class:OsConstants

Completed in 634 milliseconds