Searched refs:S_ISFIFO (Results 1 – 2 of 2) sorted by relevance
79 public static boolean S_ISFIFO(int mode) { return (mode & S_IFMT) == S_IFIFO; } in S_ISFIFO() method in OsConstants
129 method public static boolean S_ISFIFO(int);