Searched refs:S_IFBLK (Results 1 - 2 of 2) 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; }
468 public static final int S_IFBLK = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp529 initConstant(env, c, "S_IFBLK", S_IFBLK);

Completed in 6 milliseconds