Searched refs:memfd_create (Results 1 – 7 of 7) sorted by relevance
/art/libartbase/base/ |
D | memfd.cc | 51 int memfd_create(const char* name, unsigned int flags) { in memfd_create() function 71 int memfd_create(const char* name ATTRIBUTE_UNUSED, unsigned int flags ATTRIBUTE_UNUSED) { 80 int res = memfd_create(name, flags); in memfd_create_compat() 104 android::base::unique_fd fd(art::memfd_create("test_android_memfd", MFD_ALLOW_SEALING)); in IsSealFutureWriteSupportedInternal()
|
D | memfd_test.cc | 23 int fd = art::memfd_create("memfd_create_test", 0); in TEST()
|
D | memfd.h | 66 int memfd_create(const char* name, unsigned int flags);
|
/art/runtime/jit/ |
D | jit_memory_region.cc | 76 mem_fd = unique_fd(art::memfd_create("jit-cache", /* flags= */ 0)); in Initialize() 516 int fd = art::memfd_create(kRegionName, MFD_ALLOW_SEALING); in CreateZygoteMemory() 576 int fd = art::memfd_create(kRegionName, 0); in CreateZygoteMemory()
|
D | jit.cc | 1257 unique_fd mem_fd = unique_fd(art::memfd_create(name, /* flags= */ MFD_ALLOW_SEALING)); in CreateThreadPool()
|
/art/tools/ |
D | libcore_fugu_failures.txt | 10 description: "Test using memfd_create() syscall, only available from Linux 3.17.",
|
D | libcore_failures.txt | 12 description: "Os.memfd_create() only supports bionic-based platforms.",
|