Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dsepol_wrap.cpp91 unsigned int alltypes; member
113 out->alltypes = TYPE_ITER_ALLATTRS; in init_type_iter()
115 out->alltypes = TYPE_ITER_ALLTYPES; in init_type_iter()
117 out->alltypes = TYPE_ITER_LOOKUP; in init_type_iter()
165 if (!i->alltypes) { in get_type()
174 ((i->alltypes == TYPE_ITER_ALLATTRS in get_type()
176 || (i->alltypes == TYPE_ITER_ALLTYPES in get_type()
187 i->alltypes ? i->bit++ : i->bit = ebitmap_next(&i->n, i->bit); in get_type()
Dtreble_sepolicy_tests.py59 alltypes = set() variable
154 global alltypes
156 alltypes = pol.GetAllTypes(False)
230 global alltypes
234 newt = alltypes - oldalltypes
257 global alltypes
260 rmt = oldalltypes - alltypes