Searched refs:S_IFLNK (Results 1 – 4 of 4) sorted by relevance
92 static final int S_IFLNK = OsConstants.S_IFLNK; field in UnixConstants
163 return ((st_mode & UnixConstants.S_IFMT) == UnixConstants.S_IFLNK); in isSymbolicLink()171 type != UnixConstants.S_IFLNK); in isOther()
68 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; } in S_ISLNK()508 public static final int S_IFLNK = placeholder(); field in OsConstants
566 initConstant(env, c, "S_IFLNK", S_IFLNK); in OsConstants_initConstants()