Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dmemfd.h22 #define MFD_CLOEXEC 0x0001U macro
/bionic/tests/
Dsys_mman_test.cpp287 fd = memfd_create("doesn't matter", MFD_CLOEXEC); in TEST()
Ddlext_test.cpp967 int memfd = memfd_create("foobar", MFD_CLOEXEC); in TEST()