Searched refs:MFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
776 public static final int MFD_CLOEXEC; field in OsConstants777 static { MFD_CLOEXEC = 0; }
393 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()394 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
462 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
2129 fd = Os.memfd_create("test_memfd", MFD_CLOEXEC);
401 field public static final int MFD_CLOEXEC;