Searched defs:line_order_list_freefn (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tools/
H A Dcheck_seapp.c159 static void line_order_list_freefn(list_element *e);
185 static list line_order_list = list_init(line_order_list_freefn);
190 static list nallow_list = list_init(line_order_list_freefn);
260 static void line_order_list_freefn(list_element *e) { function

Completed in 30 milliseconds