Searched refs:strs_read_at_index (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | kernel_to_cil.c | 588 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 598 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 614 sid = strs_read_at_index(strs, i); in write_sids_to_cil() 889 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 895 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil() 993 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 999 name = strs_read_at_index(strs, i); in write_category_rules_to_cil() 1254 name = strs_read_at_index(strs, i); in write_type_attributes_to_cil() 1299 name = strs_read_at_index(strs, i); in write_role_attributes_to_cil() 1384 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_cil() [all …]
|
D | kernel_to_conf.c | 484 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 493 sid = strs_read_at_index(strs, i); in write_sids_to_conf() 823 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_conf() 954 name = strs_read_at_index(strs, i); in write_category_rules_to_conf() 1237 name = strs_read_at_index(strs, i); in write_type_attributes_to_conf() 1282 name = strs_read_at_index(strs, i); in write_role_attributes_to_conf() 1367 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_conf() 1435 name = strs_read_at_index(strs, i); in write_type_alias_rules_to_conf() 1489 child = strs_read_at_index(strs, i); in write_type_bounds_rules_to_conf() 1664 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, size_t index);
|
D | kernel_to_common.c | 246 char *strs_read_at_index(struct strs *strs, size_t index) in strs_read_at_index() function
|