Searched refs:S_IFLNK (Results 1 – 2 of 2) sorted by relevance
54 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; } in S_ISLNK()478 public static final int S_IFLNK = placeholder(); field in OsConstants
534 initConstant(env, c, "S_IFLNK", S_IFLNK); in OsConstants_initConstants()