Searched refs:memfd (Results 1 – 1 of 1) sorted by relevance
341 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC); in isInMemoryTempFileSupported() local342 if (memfd == -1) { in isInMemoryTempFileSupported()348 close(memfd); in isInMemoryTempFileSupported()