Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java29 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
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp530 initConstant(env, c, "S_IFBLK", S_IFBLK); in OsConstants_initConstants()