Searched refs:S_IFCHR (Results 1 – 2 of 2) sorted by relevance
34 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } in S_ISCHR()469 public static final int S_IFCHR = placeholder(); field in OsConstants
530 initConstant(env, c, "S_IFCHR", S_IFCHR); in OsConstants_initConstants()