Searched refs:SOCK_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
1084 public static final int SOCK_CLOEXEC; field in OsConstants1085 static { SOCK_CLOEXEC = 0; }
70 assertEquals(OsConstants.O_CLOEXEC, OsConstants.SOCK_CLOEXEC); in testConstantsEqual()
688 public static final int SOCK_CLOEXEC = placeholder(); field in OsConstants
534 initConstant(env, c, "SOCK_CLOEXEC", SOCK_CLOEXEC); in OsConstants_initConstants()
503 field public static final int SOCK_CLOEXEC;