Searched refs:capget (Results 1 – 6 of 6) sorted by relevance
149 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget() method in ForwardingOs150 return os.capget(hdr); in capget()
92 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method
59 public native StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method in Linux
88 …public static @Nullable StructCapUserData[] capget(@NonNull StructCapUserHeader hdr) throws ErrnoE… in capget() method in Os89 return Libcore.os.capget(hdr); in capget()
1081 if (capget(&cap_header, &cap_data[0]) == -1) { in Linux_capget()2764 NATIVE_METHOD(Linux, capget,
40 …method @Nullable public static android.system.StructCapUserData[] capget(@NonNull android.system.S…