Home
last modified time | relevance | path

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

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c330 type_datum_t *attrib_dat) { in type_has_attribute() argument
333 return ebitmap_get_bit(attr_bits, attrib_dat->s.value - 1) != 0; in type_has_attribute()
437 type_datum_t *attrib_dat = find_type(pol.db, APP_DATA_REQUIRED_ATTRIB, in validate_type() local
439 if (!attrib_dat) { in validate_type()
444 if (!type_has_attribute(pol.db, type_dat, attrib_dat)) { in validate_type()