Searched refs:MFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
378 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()379 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
377 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
1574 fd = Os.memfd_create("test_memfd", MFD_CLOEXEC); in testMemfdCreateFlags()