Searched refs:bufindex (Results 1 - 1 of 1) sorted by relevance

/external/libsepol/src/
H A Dpolicydb.c3607 unsigned int policy_type, bufindex; local
3689 bufindex = 0;
3695 policy_type = buf[bufindex];
3701 bufindex++;
3704 r_policyvers = buf[bufindex];
3709 "my version range %d-%d", buf[bufindex],
3718 buf[bufindex], MOD_POLICYDB_VERSION_MIN,
3725 bufindex++;
3731 if (buf[bufindex] & POLICYDB_CONFIG_MLS) {
3737 p->handle_unknown = buf[bufindex]
[all...]

Completed in 75 milliseconds