Searched refs:S_ISLNK (Results 1 – 2 of 2) sorted by relevance
89 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; } in S_ISLNK() method in OsConstants
130 method public static boolean S_ISLNK(int);