Searched refs:__NR_memfd_create (Results 1 – 2 of 2) sorted by relevance
31 #if defined(__linux__) && !defined(__NR_memfd_create)33 #define __NR_memfd_create 319 macro35 #define __NR_memfd_create 356 macro44 int fd = static_cast<int>(RawSyscall(__NR_memfd_create, bit_cast<long>(name), MFD_CLOEXEC)); in CreateMemfdOrDie()
397 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC); in isInMemoryTempFileSupported()960 inputFrame.fileFd = syscall(__NR_memfd_create, tempOutputFile.str().c_str(), MFD_CLOEXEC); in startMuxerForInputFrame()