Searched defs:capset (Results 1 – 4 of 4) sorted by relevance
97 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException; in capset() method
157 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException { in capset() method in ForwardingOs
59 public native void capset(StructCapUserHeader hdr, StructCapUserData[] data) in capset() method in Linux
111 public static void capset(@NonNull StructCapUserHeader hdr, @NonNull StructCapUserData[] data) in capset() method in Os