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

  /system/sepolicy/tools/sepolicy-analyze/
attribute.c 9 static void retrieve_mapping(policydb_t *policydb, struct type_datum *dat, char *name, int reverse) {
32 struct type_datum *dat;
58 struct type_datum *dat = (struct type_datum *)d;
dups.c 21 struct type_datum *stype, *ttype, *stype2, *ttype2;
typecmp.c 161 struct type_datum *type;
  /system/sepolicy/tests/
sepol_wrap.cpp 25 type_datum *d;
51 out->d = static_cast<type_datum *>(hashtab_search(db->p_types.table, type));
  /system/sepolicy/tools/
checkfc.c 74 struct type_datum *attr = hashtab_search(policydb->p_types.table, (char *)attr_name);
112 struct type_datum *type = hashtab_search(policydb->p_types.table, (char *)type_name);
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 595 struct cil_symtab_datum *type_datum = NULL; local
599 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
604 type_node = type_datum->nodes->head->data;
612 typeperm->type = type_datum;
1036 struct cil_symtab_datum *type_datum = NULL; local
1045 rc = cil_resolve_name(current, roletype->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
1049 roletype->type = (struct cil_type*)type_datum;
1828 struct cil_symtab_datum *type_datum = NULL; local
    [all...]
cil_post.c 1351 struct cil_symtab_datum *type_datum = roletype->type; local
    [all...]
  /external/selinux/libsepol/src/
kernel_to_cil.c 2117 struct type_datum *type_datum; local
    [all...]
module_to_cil.c 317 struct type_datum *type = data;
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 173 typedef struct type_datum { struct
191 * Properties of type_datum
  /external/selinux/checkpolicy/
policy_define.c 209 struct type_datum *t;
    [all...]

Completed in 148 milliseconds