Searched refs:S_IFCHR (Results 1 – 5 of 5) sorted by relevance
87 static final int S_IFCHR = OsConstants.S_IFCHR; field in UnixConstants
126 return (type == UnixConstants.S_IFCHR || in isDevice()
69 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } in S_ISCHR()770 public static final int S_IFCHR = placeholder(); field in OsConstants
579 initConstant(env, c, "S_IFCHR", S_IFCHR); in OsConstants_initConstants()
516 field public static final int S_IFCHR;