Home | History | Annotate | Download | only in installd

Lines Matching full:capdata

976         struct __user_cap_data_struct capdata[2];
978 memset(&capdata, 0, sizeof(capdata));
980 if (capset(&capheader, &capdata[0]) < 0) {