Searched refs:MFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
383 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()384 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
457 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
2042 fd = Os.memfd_create("test_memfd", MFD_CLOEXEC);
377 field public static final int MFD_CLOEXEC;