Searched refs:S_IFCHR (Results 1 – 4 of 4) sorted by relevance
94 static final int S_IFCHR = OsConstants.S_IFCHR; field in UnixConstants
126 return (type == UnixConstants.S_IFCHR || in isDevice()
48 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } in S_ISCHR()499 public static final int S_IFCHR = placeholder(); field in OsConstants
556 initConstant(env, c, "S_IFCHR", S_IFCHR); in OsConstants_initConstants()