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

/system/core/include/cutils/
H A Dconfig_utils.h52 const char* config_str(cnode *root, const char *name, const char *_default);
/system/core/libdiskconfig/
H A Ddiskconfig.c110 if (!(tmp = config_str(partnode, "type", NULL))) {
125 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
173 if (!(tmp = config_str(devroot, "path", path_override))) {
180 if (!(tmp = config_str(devroot, "scheme", NULL))) {
194 tmp = config_str(devroot, "sector_size", "512");
202 if (!(tmp = config_str(devroot, "start_lba", NULL))) {
213 if (!(tmp = config_str(devroot, "num_lba", NULL))) {
/system/core/libcutils/
H A Dconfig_utils.c85 const char* config_str(cnode *root, const char *name, const char *_default) function

Completed in 1057 milliseconds