Searched refs:config_str (Results 1 – 3 of 3) sorted by relevance
/system/core/libdiskconfig/ |
D | diskconfig.c | 110 if (!(tmp = config_str(partnode, "type", NULL))) { in load_partitions() 125 if ((tmp = config_str(partnode, "len", NULL)) != NULL) { in load_partitions() 173 if (!(tmp = config_str(devroot, "path", path_override))) { in load_diskconfig() 180 if (!(tmp = config_str(devroot, "scheme", NULL))) { in load_diskconfig() 194 tmp = config_str(devroot, "sector_size", "512"); in load_diskconfig() 202 if (!(tmp = config_str(devroot, "start_lba", NULL))) { in load_diskconfig() 213 if (!(tmp = config_str(devroot, "num_lba", NULL))) { in load_diskconfig()
|
/system/core/include/cutils/ |
D | config_utils.h | 52 const char* config_str(cnode *root, const char *name, const char *_default);
|
/system/core/libcutils/ |
D | config_utils.c | 85 const char* config_str(cnode *root, const char *name, const char *_default) in config_str() function
|