Searched refs:first_child (Results 1 - 4 of 4) sorted by relevance

/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/libdiskconfig/
H A Ddiskconfig.c99 for (partnode = root->first_child; partnode; partnode = partnode->next) {
163 if (root->first_child == NULL) {
/system/core/fastbootd/commands/
H A Dpartitions.c653 for (i = 0, current = node->first_child; current; current = current->next, ++i) {
689 for (i = 0, current = node->first_child; current; current = current->next, ++i)
738 if (root->first_child == NULL) {

Completed in 246 milliseconds