Searched defs:memfd_create (Results 1 – 4 of 4) sorted by relevance
418 public FileDescriptor memfd_create(String name, int flags) throws ErrnoException; in memfd_create() method
480 …public FileDescriptor memfd_create(String name, int flags) throws ErrnoException { return os.memfd… in memfd_create() method in ForwardingOs
125 public native FileDescriptor memfd_create(String name, int flags) throws ErrnoException; in memfd_create() method in Linux
449 …public static @NonNull FileDescriptor memfd_create(@NonNull String name, int flags) throws ErrnoEx… in memfd_create() method in Os