Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dkernel_to_common.c158 int strs_add(struct strs *strs, char *s) in strs_add() function
194 rc = strs_add(strs, str); in strs_create_and_add()
364 rc = strs_add(strs, val_to_name[i]); in ebitmap_to_strs()
413 return strs_add(stack, s); in strs_stack_push()
Dkernel_to_cil.c793 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs()
898 rc = strs_add(strs, key); in map_category_aliases_to_strs()
1212 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_cil()
1257 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_cil()
1342 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_cil()
1388 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_alias_rules_to_cil()
1450 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_cil()
1548 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_cil()
1757 rc = strs_add(strs, rule); in map_avtab_write_helper()
2015 rc = strs_add(strs, rule); in write_cond_av_list_to_cil()
[all …]
Dkernel_to_common.h98 int strs_add(struct strs *strs, char *s);
Dkernel_to_conf.c761 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs()
892 rc = strs_add(strs, key); in map_category_aliases_to_strs()
1198 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_conf()
1243 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_conf()
1328 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_conf()
1374 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_alias_rules_to_conf()
1428 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_conf()
1605 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_conf()
1737 rc = strs_add(strs, rule); in map_avtab_write_helper()
1995 rc = strs_add(strs, rule); in write_cond_av_list_to_conf()
[all …]