Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dkernel_to_conf.c1261 static int map_boolean_to_strs(char *key, void *data, void *args) in map_boolean_to_strs() function
1282 rc = hashtab_map(pdb->p_bools.table, map_boolean_to_strs, strs); in write_boolean_decl_rules_to_conf()
Dkernel_to_cil.c1287 static int map_boolean_to_strs(char *key, void *data, void *args) in map_boolean_to_strs() function
1308 rc = hashtab_map(pdb->p_bools.table, map_boolean_to_strs, strs); in write_boolean_decl_rules_to_cil()