Home
last modified time | relevance | path

Searched defs:S_ISCHR (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java27 public static boolean S_ISCHR(int mode) { throw new RuntimeException("Stub!"); } in S_ISCHR() method in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java67 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } in S_ISCHR() method in OsConstants