Searched refs:S_ISBLK (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java29 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; } method in class:OsConstants

Completed in 5 milliseconds