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

  /external/libsepol/src/
hierarchy.c 134 if (t->flavor == TYPE_ATTRIB) {
141 if (tp && tp->flavor == TYPE_ATTRIB) {
context.c 188 if (!typdatum || typdatum->flavor == TYPE_ATTRIB) {
link.c 415 if (type->flavor == TYPE_ATTRIB
416 && base_type->flavor != TYPE_ATTRIB) {
421 } else if (type->flavor != TYPE_ATTRIB
422 && base_type->flavor == TYPE_ATTRIB) {
882 if (base_type->flavor == TYPE_ATTRIB) {
1129 if (type->flavor != TYPE_ATTRIB) {
1134 assert(new_type != NULL && new_type->flavor == TYPE_ATTRIB);
    [all...]
expand.c 156 if (type->flavor != TYPE_ATTRIB)
586 if (alias->flavor == TYPE_ATTRIB)
    [all...]
write.c 1061 && typdatum->flavor == TYPE_ATTRIB)
1079 if (typdatum->flavor == TYPE_ATTRIB) {
    [all...]
policydb.c     [all...]
  /external/checkpolicy/
module_compiler.c 334 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
534 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
545 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) {
954 type->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
    [all...]
policy_define.c 228 if (t->flavor == TYPE_ATTRIB) {
1093 if (!t || t->flavor == TYPE_ATTRIB) {
1125 if (!t || t->flavor == TYPE_ATTRIB) {
1145 if (attr->flavor != TYPE_ATTRIB) {
1175 if (!bounds || bounds->flavor == TYPE_ATTRIB) {
1186 if (!type || type->flavor == TYPE_ATTRIB) {
1294 if (attr->flavor != TYPE_ATTRIB) {
1428 if (!datum || datum->flavor == TYPE_ATTRIB) {
    [all...]
  /external/libsepol/tests/
test-common.c 241 CU_ASSERT(attr->flavor == TYPE_ATTRIB);
  /external/libsepol/include/sepol/policydb/
policydb.h 158 #define TYPE_ATTRIB 1 /* attribute */
  /external/checkpolicy/test/
dismod.c 310 if (type->flavor == TYPE_ATTRIB) {

Completed in 116 milliseconds