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 439 || type->flavor == TYPE_ALIAS) {
847 /* there are 2 kinds of aliases. Ones with their own value (TYPE_ALIAS)
851 (type->flavor == TYPE_ALIAS
858 if (type->flavor == TYPE_ALIAS)
888 /* the linked copy always has TYPE_ALIAS style aliases */
891 new_type->flavor = TYPE_ALIAS;
907 if (base_type->flavor == TYPE_ALIAS) {
923 base_type->flavor = TYPE_ALIAS;
    [all...]
expand.c 87 || type->flavor == TYPE_ALIAS) {
626 if (alias->flavor == TYPE_ALIAS)
656 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1093 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 172 #define TYPE_ALIAS 2 /* alias in modular policy */
  /external/checkpolicy/
policy_define.c 1149 aliasdatum->flavor = TYPE_ALIAS;
1289 } else if (type->flavor == TYPE_ALIAS) {
    [all...]

Completed in 39 milliseconds