Searched refs:config_str (Results 1 – 5 of 5) sorted by relevance
/system/bt/tools/scripts/ |
D | btsnoop_live.py | 120 config_str = '' 131 config_str += ("%s=%s\n" % (key, value)) 132 return config_str 175 def init_live_import(conn_str, config_str): argument 191 conn_str.encode('ascii', 'ignore'), config_str.encode('ascii', 'ignore'), byref(success))
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 109 if (!(tmp = config_str(partnode, "type", NULL))) { in load_partitions() 124 if ((tmp = config_str(partnode, "len", NULL)) != NULL) { in load_partitions() 172 if (!(tmp = config_str(devroot, "path", path_override))) { in load_diskconfig() 179 if (!(tmp = config_str(devroot, "scheme", NULL))) { in load_diskconfig() 193 tmp = config_str(devroot, "sector_size", "512"); in load_diskconfig() 201 if (!(tmp = config_str(devroot, "start_lba", NULL))) { in load_diskconfig() 212 if (!(tmp = config_str(devroot, "num_lba", NULL))) { in load_diskconfig()
|
/system/core/libcutils/include/cutils/ |
D | config_utils.h | 52 const char* config_str(cnode *root, const char *name, const char *_default);
|
/system/core/libcutils/include_vndk/cutils/ |
D | config_utils.h | 52 const char* config_str(cnode *root, const char *name, const char *_default);
|
/system/core/libcutils/ |
D | config_utils.cpp | 84 const char* config_str(cnode *root, const char *name, const char *_default) in config_str() function
|