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

  /external/selinux/libsepol/cil/src/
android.c 783 struct cil_expandtypeattribute *expandattr = NULL; local
815 cil_expandtypeattribute_init(&expandattr);
816 cil_list_init(&expandattr->attr_strs, CIL_TYPE);
817 cil_list_append(expandattr->attr_strs, CIL_STRING, new_key);
818 expandattr->expand = CIL_TRUE;
822 ast_node->data = expandattr;
cil.c     [all...]
cil_write_ast.c 659 struct cil_expandtypeattribute *expandattr = (struct cil_expandtypeattribute *)node->data; local
661 rc = cil_unfill_expr(expandattr->attr_strs, &attr_strs, 1);
666 expandattr->expand ? CIL_KEY_CONDTRUE : CIL_KEY_CONDFALSE);
    [all...]
cil_build_ast.c 3223 struct cil_expandtypeattribute *expandattr = NULL; local
    [all...]
cil_build_ast.h 142 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr);
cil_internal.h 1010 void cil_expandtypeattribute_init(struct cil_expandtypeattribute **expandattr);
cil_resolve_ast.c 463 struct cil_expandtypeattribute *expandattr = current->data; local
470 cil_list_init(&expandattr->attr_datums, CIL_TYPE);
472 cil_list_for_each(curr, expandattr->attr_strs) {
485 used = expandattr->expand ? CIL_ATTR_EXPAND_TRUE : CIL_ATTR_EXPAND_FALSE;
487 cil_list_append(expandattr->attr_datums, CIL_TYPE, attr_datum);
    [all...]

Completed in 447 milliseconds