HomeSort by relevance Sort by last modified time
    Searched full:obj_str (Results 1 - 11 of 11) 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 511 char *obj_str; member in struct:cil_nametypetransition
525 char *obj_str; member in struct:cil_rangetransition
565 char *obj_str; member in struct:cil_type_rule
576 char *obj_str; member in struct:cil_roletransition
cil_copy_ast.c 656 new->obj_str = orig->obj_str;
673 new->obj_str = orig->obj_str;
692 new->obj_str = orig->obj_str;
773 new->obj_str = orig->obj_str;
    [all...]
cil_policy.c 610 char *obj_str = ((struct cil_symtab_datum*)rule->obj)->name; local
615 fprintf(file_arr[ALLOWS], "type_transition %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
618 fprintf(file_arr[ALLOWS], "type_change %s %s : %s %s\n;", src_str, tgt_str, obj_str, result_str);
621 fprintf(file_arr[ALLOWS], "type_member %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
635 char *obj_str = ((struct cil_symtab_datum*)nametypetrans->obj)->name; local
638 fprintf(file_arr[file_index], "type_transition %s %s : %s %s %s;\n", src_str, tgt_str, obj_str, result_str, nametypetrans->name_str);
1035 char *obj_str = ((struct cil_symtab_datum*)roletrans->obj)->name; local
1038 fprintf(file_arr[ALLOWS], "role_transition %s %s:%s %s;\n", src_str, tgt_str, obj_str, result_str);
    [all...]
cil_tree.c 743 cil_log(CIL_INFO, " %s", roletrans->obj_str);
1001 cil_log(CIL_INFO, " %s", nametypetrans->obj_str);
1033 cil_log(CIL_INFO, " %s", rangetrans->obj_str);
1111 cil_log(CIL_INFO, " %s", rule->obj_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 345 rc = cil_resolve_name(current, rule->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
553 rc = cil_resolve_name(current, nametypetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
611 rc = cil_resolve_name(current, rangetrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
955 rc = cil_resolve_name(current, roletrans->obj_str, CIL_SYM_CLASSES, extra_args, &obj_datum);
    [all...]
cil_build_ast.c     [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 311 char obj_str[80]; local
314 strncpy(obj_str, "NULL", sizeof(obj_str));
316 i2t_ASN1_OBJECT(obj_str, sizeof(obj_str), pbe_obj);
318 ERR_add_error_data(2, "TYPE=", obj_str);
    [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 638 milliseconds