Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dlist.h52 static inline void list_init(struct listnode *node) in list_init() function
/system/sepolicy/tools/
Dcheck_seapp.c26 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = free_fn } macro