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

/external/sepolicy/tools/
H A Dsepolicy-analyze.c230 avtab_t exp_avtab, exp_cond_avtab; local
246 if (avtab_init(&exp_avtab) || avtab_init(&exp_cond_avtab)) {
257 if (expand_avtab(policydb, &policydb->te_cond_avtab, &exp_cond_avtab)) {
266 if (avtab_map(&exp_cond_avtab, create_type_rules_cond, type_rules))
270 avtab_destroy(&exp_cond_avtab);

Completed in 109 milliseconds