Searched refs:listify (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/sepolicy/tools/ |
H A D | check_seapp.c | 128 list_element listify; member 137 list_element listify; member 157 list_element listify; member 273 file_info *f = list_entry(e, typeof(*f), listify); in input_file_list_freefn() 709 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate() 901 list_append(&input_file_list, &(tmp->listify)); in init() 1095 list_append(list_to_addto, &entry->listify); in rule_add() 1232 e = list_entry(cursor, typeof(*e), listify); in validate() 1237 e = list_entry(cursor, typeof(*e), listify); in validate() 1243 r = list_entry(v, rule_map, listify); in validate() [all …]
|