Searched defs:l2 (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
H A Dtypecmp.c121 int idx1, struct avtab_node *l2, int idx2)
126 for (c = l2; c; c = c->next) {
160 struct avtab_node *type_rules, *l1, *l2; local
220 for (l1 = type_rules[i].next, l2 = type_rules[j].next;
221 l1 && l2; l1 = l1->next, l2 = l2->next) {
222 if (l1->key.source_type != l2->key.source_type)
224 if (l1->key.target_type != l2->key.target_type)
226 if (l1->key.target_class != l2
120 find_match(policydb_t *policydb, struct avtab_node *l1, int idx1, struct avtab_node *l2, int idx2) argument
[all...]

Completed in 69 milliseconds