Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java776 public static final int MFD_CLOEXEC; field in OsConstants
777 static { MFD_CLOEXEC = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp393 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()
394 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java462 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java2129 fd = Os.memfd_create("test_memfd", MFD_CLOEXEC);
/libcore/api/
Dcurrent.txt401 field public static final int MFD_CLOEXEC;