Home | History | Annotate | Download | only in jni

Lines Matching refs:capheader

121       struct __user_cap_header_struct capheader;
124 memset(&capheader, 0, sizeof(capheader));
127 capheader.version = _LINUX_CAPABILITY_VERSION;
128 capheader.pid = 0;
130 if (capget(&capheader, &capdata) != 0) {
136 if (capset(&capheader, &capdata) != 0) {