Searched defs:S_ISFIFO (Results 1 – 2 of 2) sorted by relevance
31 public static boolean S_ISFIFO(int mode) { throw new RuntimeException("Stub!"); } in S_ISFIFO() method in OsConstants
77 public static boolean S_ISFIFO(int mode) { return (mode & S_IFMT) == S_IFIFO; } in S_ISFIFO() method in OsConstants