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 446 || type->flavor == TYPE_ALIAS) {
862 /* there are 2 kinds of aliases. Ones with their own value (TYPE_ALIAS)
866 (type->flavor == TYPE_ALIAS
873 if (type->flavor == TYPE_ALIAS)
903 /* the linked copy always has TYPE_ALIAS style aliases */
906 new_type->flavor = TYPE_ALIAS;
922 if (base_type->flavor == TYPE_ALIAS) {
938 base_type->flavor = TYPE_ALIAS;
    [all...]
expand.c 163 || type->flavor == TYPE_ALIAS) {
720 if (alias->flavor == TYPE_ALIAS)
750 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1106 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 173 #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 36 milliseconds