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

/system/sepolicy/tools/sepolicy-analyze/
H A Ddups.c19 avtab_key_t avkey; local
30 avkey.target_class = k->target_class;
31 avkey.specified = k->specified;
44 avkey.source_type = i + 1;
45 avkey.target_type = j + 1;
46 if (avkey.source_type == k->source_type &&
47 avkey.target_type == k->target_type)
49 if (avkey.source_type == avkey.target_type)
51 stype2 = policydb->type_val_to_struct[avkey
[all...]

Completed in 16 milliseconds