Searched refs:config_find (Results 1 - 3 of 3) sorted by relevance

/system/core/include/cutils/
H A Dconfig_utils.h46 cnode* config_find(cnode *root, const char *name);
/system/core/libcutils/
H A Dconfig_utils.c39 cnode* config_find(cnode *root, const char *name) function
71 node = config_find(root, name);
89 node = config_find(root, name);
99 node = config_find(root, name);
267 node = config_find(root, cs->text);
/system/core/libdiskconfig/
H A Ddiskconfig.c167 if (!(devroot = config_find(root, "device"))) {
219 if (!(partnode = config_find(devroot, "partitions"))) {

Completed in 250 milliseconds