Searched refs:S_ISBLK (Results 1 – 3 of 3) sorted by relevance
181 if (S_ISBLK(fbuf.st_mode)) { in FileDispatcherImpl_size0()
64 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; } in S_ISBLK() method in OsConstants
126 method public static boolean S_ISBLK(int);