Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument