Searched refs:S_IFBLK (Results 1 – 4 of 4) sorted by relevance
96 static final int S_IFBLK = OsConstants.S_IFBLK; field in UnixConstants
127 type == UnixConstants.S_IFBLK || in isDevice()
43 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; } in S_ISBLK()498 public static final int S_IFBLK = placeholder(); field in OsConstants
555 initConstant(env, c, "S_IFBLK", S_IFBLK); in OsConstants_initConstants()