Searched refs:strs_add (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 829 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 933 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1243 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_cil() 1288 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_cil() 1373 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_cil() 1420 rc = strs_add(strs, key); in map_type_aliases_to_strs() 1503 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_cil() 1601 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_cil() 1810 rc = strs_add(strs, rule); in map_avtab_write_helper() 2082 rc = strs_add(str in write_cond_av_list_to_cil() [all...] |
H A D | kernel_to_common.c | 164 int strs_add(struct strs *strs, char *s) in strs_add() function 200 rc = strs_add(strs, str); in strs_create_and_add() 373 rc = strs_add(strs, val_to_name[i]); in ebitmap_to_strs() 422 return strs_add(stack, s); in strs_stack_push()
|
H A D | kernel_to_conf.c | 787 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 918 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1226 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_conf() 1271 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_conf() 1356 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_conf() 1403 rc = strs_add(strs, key); in map_type_aliases_to_strs() 1477 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_conf() 1654 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_conf() 1786 rc = strs_add(strs, rule); in map_avtab_write_helper() 2058 rc = strs_add(str in write_cond_av_list_to_conf() [all...] |
H A D | kernel_to_common.h | 98 int strs_add(struct strs *strs, char *s);
|
Completed in 9 milliseconds