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

  /external/selinux/mcstrans/src/
mcstrans.c 151 add_to_hashtable(context_map_node_t **table, char *key, context_map_t *map) { function
164 syslog(LOG_ERR, "add_to_hashtable: allocation error");
644 if (add_to_hashtable(domain->raw_to_trans, map->raw, map) < 0)
647 if (add_to_hashtable(domain->trans_to_raw, map->trans, map) < 0)
    [all...]

Completed in 97 milliseconds