Home
last modified time | relevance | path

Searched refs:capget (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java78 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget() method in ForwardingOs
79 return os.capget(hdr); in capget()
DOs.java56 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method
DLinux.java57 public native StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java80 public static StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget() method in Os
81 return Libcore.os.capget(hdr); in capget()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1020 if (capget(&cap_header, &cap_data[0]) == -1) { in Linux_capget()
2590 NATIVE_METHOD(Linux, capget,
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt91 …method public static android.system.StructCapUserData[] capget(android.system.StructCapUserHeader)…