Searched refs:first_child (Results 1 - 5 of 5) sorted by last modified time

/system/core/include/cutils/
H A Dconfig_utils.h30 cnode *first_child; member in struct:cnode
/system/core/libcutils/
H A Dconfig_utils.c44 for(node = root->first_child; node; node = node->next)
60 root->first_child = node;
321 cnode *cur = root->first_child;
/system/core/libcutils/include/cutils/
H A Dconfig_utils.h30 cnode *first_child; member in struct:cnode
/system/core/libcutils/include_vndk/cutils/
H A Dconfig_utils.h30 cnode *first_child; member in struct:cnode
/system/core/libdiskconfig/
H A Ddiskconfig.c97 for (partnode = root->first_child; partnode; partnode = partnode->next) {
161 if (root->first_child == NULL) {

Completed in 94 milliseconds