Searched refs:MFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
10 #define MFD_CLOEXEC 0x0001U macro
113 ScopedFd fd(memfd_create("backtrace_symbols_fd", MFD_CLOEXEC)); in backtrace_symbols()
307 fd = memfd_create("doesn't matter", MFD_CLOEXEC); in TEST()
967 int memfd = memfd_create("foobar", MFD_CLOEXEC); in TEST()