Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java79 public static boolean S_ISFIFO(int mode) { return (mode & S_IFMT) == S_IFIFO; } in S_ISFIFO() method in OsConstants
/libcore/api/
Dcurrent.txt129 method public static boolean S_ISFIFO(int);