Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dmemfd.h10 #define MFD_CLOEXEC 0x0001U macro
/bionic/libc/bionic/
Dexecinfo.cpp113 ScopedFd fd(memfd_create("backtrace_symbols_fd", MFD_CLOEXEC)); in backtrace_symbols()
/bionic/tests/
Dsys_mman_test.cpp307 fd = memfd_create("doesn't matter", MFD_CLOEXEC); in TEST()
Ddlext_test.cpp967 int memfd = memfd_create("foobar", MFD_CLOEXEC); in TEST()