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

  /external/selinux/libsepol/cil/src/
cil_internal.h 357 char *class_str; member in struct:cil_classperms
380 char *class_str; member in struct:cil_classcommon
775 char *class_str; member in struct:cil_validatetrans
cil_copy_ast.c 184 (*new)->class_str = orig->class_str;
313 new->class_str = orig->class_str;
1321 new->class_str = orig->class_str;
    [all...]
cil_tree.c 477 cil_log(CIL_INFO, " class: %s", cp->class_str);
835 cil_log(CIL_INFO, "CLASSCOMMON: class: %s, common: %s\n", clscom->class_str, clscom->common_str);
1250 } else if (vt->class_str != NULL) {
1251 cil_log(CIL_INFO, "%s ", vt->class_str);
1266 } else if (vt->class_str != NULL) {
1267 cil_log(CIL_INFO, "%s ", vt->class_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 154 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum);
662 rc = cil_resolve_name(current, clscom->class_str, CIL_SYM_CLASSES, extra_args, &class_datum);
    [all...]
cil_build_ast.c 574 (*cp)->class_str = parse_current->data;
965 clscom->class_str = parse_current->next->data;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 300 CuAssertStrEquals(tc, ((struct cil_classcommon *)test_ast_node->data)->class_str, test_copy->class_str);
615 CuAssertStrEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->class_str, test_copy->classpermset->class_str);
    [all...]
test_cil_build_ast.c 80 test_avrule->classpermset->class_str = cil_strdup(test_current->next->next->next->cl_head->data);
111 test_avrule->classpermset->class_str = cil_strdup(test_current->next->next->next->cl_head->data);
142 test_avrule->classpermset->class_str = cil_strdup(test_current->next->next->next->cl_head->data);
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 258 milliseconds