Home
last modified time | relevance | path

Searched refs:add_to_hashtable (Results 1 – 1 of 1) sorted by relevance

/external/selinux/mcstrans/src/
Dmcstrans.c151 add_to_hashtable(context_map_node_t **table, char *key, context_map_t *map) { in add_to_hashtable() function
644 if (add_to_hashtable(domain->raw_to_trans, map->raw, map) < 0) in add_cache()
647 if (add_to_hashtable(domain->trans_to_raw, map->trans, map) < 0) in add_cache()