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