Home
last modified time | relevance | path

Searched refs:attrib2 (Results 1 – 1 of 1) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
Ddups.c22 bool attrib1, attrib2; in find_dups_helper() local
53 attrib2 = stype2->flavor || ttype2->flavor; in find_dups_helper()
54 if (attrib1 && attrib2) in find_dups_helper()
61 (attrib2 && perms == d->data)) { in find_dups_helper()