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.c563 sid = strs_read_at_index(strs, i); in write_sids_to_cil()
573 sid = strs_read_at_index(strs, i); in write_sids_to_cil()
589 sid = strs_read_at_index(strs, i); in write_sids_to_cil()
853 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil()
864 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_cil()
958 name = strs_read_at_index(strs, i); in write_category_rules_to_cil()
969 name = strs_read_at_index(strs, i); in write_category_rules_to_cil()
1224 name = strs_read_at_index(strs, i); in write_type_attributes_to_cil()
1269 name = strs_read_at_index(strs, i); in write_role_attributes_to_cil()
1354 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_cil()
[all …]
Dkernel_to_conf.c461 sid = strs_read_at_index(strs, i); in write_sids_to_conf()
470 sid = strs_read_at_index(strs, i); in write_sids_to_conf()
786 name = strs_read_at_index(strs, i); in write_sensitivity_rules_to_conf()
913 name = strs_read_at_index(strs, i); in write_category_rules_to_conf()
1198 name = strs_read_at_index(strs, i); in write_type_attributes_to_conf()
1243 name = strs_read_at_index(strs, i); in write_role_attributes_to_conf()
1328 name = strs_read_at_index(strs, i); in write_type_decl_rules_to_conf()
1375 name = strs_read_at_index(strs, i); in write_type_alias_rules_to_conf()
1429 child = strs_read_at_index(strs, i); in write_type_bounds_rules_to_conf()
1605 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, unsigned index);
Dkernel_to_common.c240 char *strs_read_at_index(struct strs *strs, unsigned index) in strs_read_at_index() function