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

  /external/skia/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
35 current_objects = obj_str.rstrip().split('\n')
  /external/selinux/libsepol/cil/src/
cil_internal.h 549 char *obj_str; member in struct:cil_nametypetransition
563 char *obj_str; member in struct:cil_rangetransition
604 char *obj_str; member in struct:cil_permissionx
620 char *obj_str; member in struct:cil_type_rule
631 char *obj_str; member in struct:cil_roletransition
cil_copy_ast.c 695 new->obj_str = orig->obj_str;
712 new->obj_str = orig->obj_str;
731 new->obj_str = orig->obj_str;
788 new->obj_str = orig->obj_str;
852 new->obj_str = orig->obj_str;
    [all...]
cil_write_ast.c 393 obj = permx->obj_str;
717 obj = ntrans->obj_str;
842 obj = typerule->obj_str;
    [all...]
cil_tree.c 832 cil_log(CIL_INFO, " %s", roletrans->obj_str);
1105 cil_log(CIL_INFO, " %s", nametypetrans->obj_str);
1137 cil_log(CIL_INFO, " %s", rangetrans->obj_str);
1215 cil_log(CIL_INFO, " %s", rule->obj_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 289 rc = cil_resolve_name(current, permx->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
385 rc = cil_resolve_name(current, rule->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
596 rc = cil_resolve_name(current, nametypetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
652 rc = cil_resolve_name(current, rangetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
1031 rc = cil_resolve_name(current, roletrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
    [all...]
cil_build_ast.c     [all...]
cil_binary.c 1021 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s)\n", cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str);
1047 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s)\n", cil_rule->src_str, cil_rule->tgt_str, cil_rule->obj_str, cil_rule->result_str);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 4782 char *obj_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 4760 char *obj_str; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 581 CuAssertStrEquals(tc, ((struct cil_type_rule *)test_ast_node->data)->obj_str, test_copy->obj_str);
    [all...]
test_cil_build_ast.c     [all...]

Completed in 588 milliseconds