HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_ALIAS (Results 1 - 7 of 7) sorted by null

  /external/libsepol/tests/
test-common.c 171 } else if (my_flavor == TYPE_ALIAS) {
  /external/libsepol/src/
link.c 404 || type->flavor == TYPE_ALIAS) {
812 /* there are 2 kinds of aliases. Ones with their own value (TYPE_ALIAS)
816 (type->flavor == TYPE_ALIAS
823 if (type->flavor == TYPE_ALIAS)
853 /* the linked copy always has TYPE_ALIAS style aliases */
856 new_type->flavor = TYPE_ALIAS;
872 if (base_type->flavor == TYPE_ALIAS) {
888 base_type->flavor = TYPE_ALIAS;
    [all...]
expand.c 87 || type->flavor == TYPE_ALIAS) {
589 if (alias->flavor == TYPE_ALIAS)
619 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1081 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 159 #define TYPE_ALIAS 2 /* alias in modular policy */
  /external/checkpolicy/
policy_define.c 1053 aliasdatum->flavor = TYPE_ALIAS;
1193 } else if (type->flavor == TYPE_ALIAS) {
    [all...]

Completed in 41 milliseconds