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