HomeSort by relevance Sort by last modified time
    Searched full:config_str (Results 1 - 4 of 4) sorted by null

  /system/core/include/cutils/
config_utils.h 52 const char* config_str(cnode *root, const char *name, const char *_default);
  /system/core/libdiskconfig/
diskconfig.c 111 if (!(tmp = config_str(partnode, "type", NULL))) {
126 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
174 if (!(tmp = config_str(devroot, "path", path_override))) {
181 if (!(tmp = config_str(devroot, "scheme", NULL))) {
195 tmp = config_str(devroot, "sector_size", "512");
203 if (!(tmp = config_str(devroot, "start_lba", NULL))) {
214 if (!(tmp = config_str(devroot, "num_lba", NULL))) {
  /external/android-clat/
config.c 48 if(!(tmp = config_str(root, item_name, defaultvar))) {
67 if(!(tmp = config_str(root, item_name, defaultvar))) {
105 if(!(tmp = config_str(root, item_name, defaultvar))) {
130 if(!(tmp = config_str(root, item_name, defaultvar))) {
  /system/core/libcutils/
config_utils.c 85 const char* config_str(cnode *root, const char *name, const char *_default) function

Completed in 96 milliseconds