Searched refs:S_IFSOCK (Results 1 – 2 of 2) sorted by relevance
80 public static boolean S_ISSOCK(int mode) { return (mode & S_IFMT) == S_IFSOCK; } in S_ISSOCK()617 public static final int S_IFSOCK = placeholder(); field in OsConstants
577 initConstant(env, c, "S_IFSOCK", S_IFSOCK); in OsConstants_initConstants()