Home
last modified time | relevance | path

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

/system/core/libcutils/include/cutils/
Dlist.h52 static inline void list_init(struct listnode *node) in list_init() function
/system/core/libcutils/include_vndk/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