Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/include/cutils/
H A Dlist.h52 static inline void list_init(struct listnode *node) in list_init() function
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h52 static inline void list_init(struct listnode *node) in list_init() function
/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c28 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = (free_fn) } macro
/aosp12/art/runtime/
H A Dclass_linker.cc10021 bool list_init = EnsureInitialized(self, h_list_class, true, true); in CreateWellKnownClassLoader() local