Home
last modified time | relevance | path

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

/system/sepolicy/tests/include/
Dsepol_wrap.h16 void *init_type_iter(void *policydbp, const char *type, bool is_attr);
/system/sepolicy/tests/
Dsepol_wrap.cpp98 void *init_type_iter(void *policydbp, const char *type, bool is_attr) in init_type_iter() argument
112 if (is_attr) in init_type_iter()
124 if (is_attr && out->d->flavor != TYPE_ATTRIB) { in init_type_iter()
128 } else if (!is_attr && out->d->flavor != TYPE_TYPE) { in init_type_iter()
134 if (is_attr) { in init_type_iter()