Home
last modified time | relevance | path

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

/external/libsepol/tests/
Dtest-linker-types.c111 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
119 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
Dtest-common.c168 if (my_flavor == TYPE_TYPE) { in test_alias_datum()
/external/checkpolicy/
Dmodule_compiler.c334 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in declare_type()
534 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in get_local_type()
545 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) { in get_local_type()
954 type->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in require_type_or_attribute()
Dpolicy_define.c1191 if (type->flavor == TYPE_TYPE && !type->primary) { in define_typebounds_helper()
/external/libsepol/include/sepol/policydb/
Dpolicydb.h157 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */ macro
/external/libsepol/src/
Dexpand.c86 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
582 if (alias->flavor == TYPE_TYPE && alias->primary) in alias_copy_callback()
617 if (alias->flavor == TYPE_TYPE) in alias_copy_callback()
Dlink.c403 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
817 || (type->flavor == TYPE_TYPE && !type->primary))) { in alias_copy_callback()