Searched refs:capget (Results 1 – 6 of 6) sorted by relevance
78 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget() method in ForwardingOs79 return os.capget(hdr); in capget()
56 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method
57 public native StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method in Linux
80 public static StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget() method in Os81 return Libcore.os.capget(hdr); in capget()
1020 if (capget(&cap_header, &cap_data[0]) == -1) { in Linux_capget()2590 NATIVE_METHOD(Linux, capget,
91 …method public static android.system.StructCapUserData[] capget(android.system.StructCapUserHeader)…