Home | History | Annotate | Download | only in installd

Lines Matching full:capheader

703         struct __user_cap_header_struct capheader;
705 memset(&capheader, 0, sizeof(capheader));
707 capheader.version = _LINUX_CAPABILITY_VERSION_3;
708 if (capset(&capheader, &capdata[0]) < 0) {