HomeSort by relevance Sort by last modified time
    Searched full:hashtab_insert (Results 1 - 20 of 20) sorted by null

  /external/selinux/libsepol/cil/src/
cil_strpool.c 80 int rc = hashtab_insert(cil_strpool_tab, (hashtab_key_t)strpool_ref->str, strpool_ref);
cil_symtab.c 90 int rc = hashtab_insert(symtab->table, key, (hashtab_datum_t)datum);
cil_binary.c 273 rc = hashtab_insert(sepol_common->permissions.table, key, sepol_perm);
351 rc = hashtab_insert(sepol_class->permissions.table, key, sepol_perm);
1206 rc = hashtab_insert(filename_trans_table, (hashtab_key_t)newkey, newdatum);
    [all...]
android.c 105 rc = hashtab_insert(args->vers_map, (hashtab_key_t) key, (hashtab_datum_t) datum);
  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 67 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
  /external/selinux/policycoreutils/newrole/
hashtab.h 69 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
hashtab.c 45 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
newrole.c 281 ret = hashtab_insert(app_service_names, app, service);
    [all...]
  /external/selinux/checkpolicy/
module_compiler.c 360 ret2 = hashtab_insert(roles_tab, key, dest_role);
593 ret2 = hashtab_insert(users_tab, key, dest_user);
642 if (hashtab_insert(types_tab, id, dest_typdatum)) {
692 if (hashtab_insert(roles_tab, id, dest_roledatum)) {
860 hashtab_insert(datum->permissions.table, perm_id,
    [all...]
policy_define.c 521 ret = hashtab_insert(policydbp->p_commons.table,
552 ret = hashtab_insert(comdatum->permissions.table,
675 ret = hashtab_insert(cladatum->permissions.table,
    [all...]
  /external/selinux/libsepol/src/
policydb.c     [all...]
genusers.c 115 if (hashtab_insert(policydb->p_users.table,
hashtab.c 66 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
users.c 257 if (hashtab_insert(policydb->p_users.table, name,
expand.c 127 ret = hashtab_insert(state->out->p_types.table,
216 ret = hashtab_insert(s->table, new_id, (hashtab_datum_t *) new_perm);
266 hashtab_insert(state->out->p_commons.table, new_id,
461 hashtab_insert(state->out->p_classes.table, new_id,
683 ret = hashtab_insert(state->out->p_types.table,
845 ret = hashtab_insert(state->out->p_roles.table,
997 ret = hashtab_insert(state->out->p_users.table,
1110 ret = hashtab_insert(state->out->p_bools.table,
1161 if (hashtab_insert(state->out->p_levels.table,
1206 if (hashtab_insert(state->out->p_cats.table
    [all...]
link.c 162 ret = hashtab_insert(dest_class->permissions.table,
306 ret = hashtab_insert(state->base->p_classes.table,
394 ret = hashtab_insert(state->base->p_roles.table,
415 if (hashtab_insert
492 ret = hashtab_insert(state->base->p_types.table,
514 if (hashtab_insert
560 ret = hashtab_insert(state->base->p_users.table,
580 if (hashtab_insert
624 ret = hashtab_insert(state->base->p_bools.table,
912 if (hashtab_insert
    [all...]
conditional.c 606 if (hashtab_insert(h, key, booldatum))
  /device/google/cuttlefish_kernel/4.4-x86_64/
System.map     [all...]
  /system/extras/simpleperf/testdata/
perf_with_kernel_symbol.data     [all...]
perf_with_kmem_slab_callgraph.data     [all...]

Completed in 4316 milliseconds