Searched refs:strs_read_at_index (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | kernel_to_cil.c | 567 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 577 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 593 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 860 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 871 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 965 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 976 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 1223 name = strs_read_at_index(strs, i); in write_type_attributes_to_cil() 1268 name = strs_read_at_index(strs, i); in write_role_attributes_to_cil() 1353 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_cil() [all …]
|
D | kernel_to_common.h | 103 char *strs_read_at_index(struct strs *strs, unsigned index);
|
D | kernel_to_conf.c | 469 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 478 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 797 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_conf() 928 name = strs_read_at_index(strs, i); in write_category_rules_to_conf() 1209 name = strs_read_at_index(strs, i); in write_type_attributes_to_conf() 1254 name = strs_read_at_index(strs, i); in write_role_attributes_to_conf() 1339 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_conf() 1386 name = strs_read_at_index(strs, i); in write_type_alias_rules_to_conf() 1440 child = strs_read_at_index(strs, i); in write_type_bounds_rules_to_conf() 1615 name = strs_read_at_index(strs, i); in write_type_permissive_rules_to_conf() [all …]
|
D | kernel_to_common.c | 240 char *strs_read_at_index(struct strs *strs, unsigned index) in strs_read_at_index() function
|