Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dkernel_to_cil.c588 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 …]
Dkernel_to_conf.c484 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 …]
Dkernel_to_common.h103 char *strs_read_at_index(struct strs *strs, size_t index);
Dkernel_to_common.c246 char *strs_read_at_index(struct strs *strs, size_t index) in strs_read_at_index() function