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

  /external/selinux/libsepol/cil/src/
cil_internal.h 440 char *attr_str; member in struct:cil_userattributeset
492 char *attr_str; member in struct:cil_roleattributeset
518 char *attr_str; member in struct:cil_typeattributeset
cil_copy_ast.c 420 new->attr_str = orig->attr_str;
559 new->attr_str = orig->attr_str;
641 new->attr_str = orig->attr_str;
    [all...]
cil_tree.c 623 cil_log(CIL_INFO, "(TYPEATTRIBUTESET %s ", attr->attr_str);
779 cil_log(CIL_INFO, "(ROLEATTRIBUTESET %s ", attr->attr_str);
794 cil_log(CIL_INFO, "(USERATTRIBUTESET %s ", attr->attr_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 414 rc = cil_resolve_name(current, attrtypes->attr_str, CIL_SYM_TYPES, extra_args, &attr_datum);
1081 rc = cil_resolve_name(current, attrroles->attr_str, CIL_SYM_ROLES, extra_args, &attr_datum);
    [all...]
cil_build_ast.c 1327 attrset->attr_str = parse_current->next->data;
    [all...]

Completed in 56 milliseconds