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

/system/core/include/cutils/
H A Dlist.h52 static inline void list_init(struct listnode *node) function
/system/sepolicy/tools/
H A Dcheck_seapp.c26 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = free_fn } macro
168 static list input_file_list = list_init(input_file_list_freefn);
185 static list line_order_list = list_init(line_order_list_freefn);
190 static list nallow_list = list_init(line_order_list_freefn);

Completed in 78 milliseconds