/external/selinux/libsepol/cil/src/ |
cil_internal.h | 395 char *common_str; member in struct:cil_classcommon
|
cil_copy_ast.c | 318 new->common_str = orig->common_str; [all...] |
cil_tree.c | 853 cil_log(CIL_INFO, "CLASSCOMMON: class: %s, common: %s\n", clscom->class_str, clscom->common_str); [all...] |
cil.c | [all...] |
cil_resolve_ast.c | 702 rc = cil_resolve_name(current, clscom->common_str, CIL_SYM_COMMONS, extra_args, &common_datum); [all...] |
cil_build_ast.c | 989 clscom->common_str = parse_current->next->next->data; [all...] |
/external/selinux/libsepol/cil/test/unit/ |
test_cil_copy_ast.c | 301 CuAssertStrEquals(tc, ((struct cil_classcommon *)test_ast_node->data)->common_str, test_copy->common_str); [all...] |