Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c58 typedef struct list_element list_element; typedef
83 struct list_element { struct
84 list_element *next; argument
88 list_element *head;
89 list_element *tail;
90 void (*freefn)(list_element *e);
126 list_element listify;
135 list_element listify;
155 list_element listify;
158 static void input_file_list_freefn(list_element *e);
[all …]