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

  /external/android-clat/
config.c 47 if(!(tmp = config_str(root, item_name, defaultvar))) {
66 if(!(tmp = config_str(root, item_name, defaultvar))) {
104 if(!(tmp = config_str(root, item_name, defaultvar))) {
129 if(!(tmp = config_str(root, item_name, defaultvar))) {
  /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 110 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))) {
  /bootable/diskinstaller/
installer.c 209 filename = config_str(img, "filename", NULL);
212 if ((tmp = config_str(img, "offset", NULL)) != NULL)
216 if ((tmp = config_str(img, "partition", NULL)) != NULL) {
238 if ((tmp = config_str(img, "mkfs", NULL)) != NULL) {
287 if ((tmp = config_str(img, "flags", NULL)) != NULL) {
309 if (!(tmp = config_str(img, "type", NULL))) {
  /system/core/libcutils/
config_utils.c 85 const char* config_str(cnode *root, const char *name, const char *_default) function

Completed in 398 milliseconds