Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp378 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()
379 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java377 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1574 fd = Os.memfd_create("test_memfd", MFD_CLOEXEC); in testMemfdCreateFlags()