Searched refs:last_child (Results 1 - 2 of 2) sorted by relevance

/system/core/include/cutils/
H A Dconfig_utils.h31 cnode *last_child; member in struct:cnode
/system/core/libcutils/
H A Dconfig_utils.c57 if(root->last_child)
58 root->last_child->next = node;
62 root->last_child = node;

Completed in 6662 milliseconds