Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dkernel_to_common.h102 int strs_add_at_index(struct strs *strs, char *s, unsigned index);
Dkernel_to_common.c215 int strs_add_at_index(struct strs *strs, char *s, unsigned index) in strs_add_at_index() function
354 return strs_add_at_index(strs, key, datum->value-1); in hashtab_ordered_to_strs()
Dkernel_to_cil.c564 rc = strs_add_at_index(strs, sid, i); in write_sids_to_cil()
2573 rc = strs_add_at_index(strs, rule, i); in write_sid_context_rules_to_cil()
Dkernel_to_conf.c466 rc = strs_add_at_index(strs, sid, i); in write_sids_to_conf()
2446 rc = strs_add_at_index(strs, rule, i); in write_sid_context_rules_to_conf()