Home
last modified time | relevance | path

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

/system/core/libcutils/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
/system/core/libcutils/include_vndk/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