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