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