Searched refs:strs_read_at_index (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | kernel_to_cil.c | 571 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 581 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 597 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 868 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 874 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 972 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 978 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 1228 name = strs_read_at_index(strs, i); in write_type_attributes_to_cil() 1273 name = strs_read_at_index(strs, i); in write_role_attributes_to_cil() 1358 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_cil() [all …]
|
D | kernel_to_conf.c | 473 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 482 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 801 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_conf() 932 name = strs_read_at_index(strs, i); in write_category_rules_to_conf() 1216 name = strs_read_at_index(strs, i); in write_type_attributes_to_conf() 1261 name = strs_read_at_index(strs, i); in write_role_attributes_to_conf() 1346 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_conf() 1414 name = strs_read_at_index(strs, i); in write_type_alias_rules_to_conf() 1468 child = strs_read_at_index(strs, i); in write_type_bounds_rules_to_conf() 1643 name = strs_read_at_index(strs, i); in write_type_permissive_rules_to_conf() [all …]
|
D | kernel_to_common.h | 103 char *strs_read_at_index(struct strs *strs, unsigned index);
|
D | kernel_to_common.c | 240 char *strs_read_at_index(struct strs *strs, unsigned index) in strs_read_at_index() function
|