Searched refs:S_ISCHR (Results 1 – 2 of 2) sorted by relevance
69 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } in S_ISCHR() method in OsConstants
127 method public static boolean S_ISCHR(int);