Home
last modified time | relevance | path

Searched refs:__NR_memfd_create (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dfd.h31 #if defined(__linux__) && !defined(__NR_memfd_create)
33 #define __NR_memfd_create 319 macro
35 #define __NR_memfd_create 356 macro
44 int fd = static_cast<int>(RawSyscall(__NR_memfd_create, bit_cast<long>(name), MFD_CLOEXEC)); in CreateMemfdOrDie()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp397 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()