Searched defs:hdr (Results 1 – 5 of 5) sorted by relevance
1040 JNU_PrintString(JNIEnv *env, char *hdr, jstring string) in JNU_PrintString()1054 JNU_PrintClass(JNIEnv *env, char* hdr, jobject object) in JNU_PrintClass()
92 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget()97 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException; in capset()
149 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget()157 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException { in capset()
57 public native StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget()59 public native void capset(StructCapUserHeader hdr, StructCapUserData[] data) in capset()
88 …atic @Nullable StructCapUserData[] capget(@NonNull StructCapUserHeader hdr) throws ErrnoException { in capget()111 public static void capset(@NonNull StructCapUserHeader hdr, @NonNull StructCapUserData[] data) in capset()