Searched refs:strs_add_at_index (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | kernel_to_common.h | 102 int strs_add_at_index(struct strs *strs, char *s, size_t index);
|
D | kernel_to_common.c | 221 int strs_add_at_index(struct strs *strs, char *s, size_t index) in strs_add_at_index() function 360 return strs_add_at_index(strs, key, datum->value-1); in hashtab_ordered_to_strs()
|
D | kernel_to_conf.c | 477 rc = strs_add_at_index(strs, sid, i); in write_sids_to_conf() 2468 rc = strs_add_at_index(strs, rule, i); in write_sid_context_rules_to_conf()
|
D | kernel_to_cil.c | 581 rc = strs_add_at_index(strs, sid, i); in write_sids_to_cil() 2600 rc = strs_add_at_index(strs, rule, i); in write_sid_context_rules_to_cil()
|