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

/system/sepolicy/private/
H A Dmls11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
15 (l1 dom l2 or t1 == mlstrustedsubject);
19 (l1 eq l2 or t1 == mlstrustedsubject);
28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
60 (t2 != app_data_file or l1 eq l2 o
[all...]
/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