Searched defs:root (Results 1 – 8 of 8) sorted by relevance
/system/core/libcutils/ |
D | config_utils.c | 39 cnode* config_find(cnode *root, const char *name) in config_find() 51 static cnode* _config_create(cnode *root, const char *name) in _config_create() 67 int config_bool(cnode *root, const char *name, int _default) in config_bool() 85 const char* config_str(cnode *root, const char *name, const char *_default) in config_str() 95 void config_set(cnode *root, const char *name, const char *value) in config_set() 262 static int parse_expr(cstate *cs, cnode *root) in parse_expr() 292 void config_load(cnode *root, char *data) in config_load() 312 void config_load_file(cnode *root, const char *fn) in config_load_file() 319 void config_free(cnode *root) in config_free()
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 94 load_partitions(cnode *root, struct disk_info *dinfo) in load_partitions() 146 cnode *root = config_node("", ""); in load_diskconfig() local
|
/system/core/fastbootd/commands/ |
D | partitions.c | 695 static int GPT_parse_cnode(cnode *root, struct GPT_content *content) in GPT_parse_cnode() 722 cnode *root = config_node("", ""); in GPT_parse_file() local
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 189 DIR *root = opendir(PROCESSGROUP_CGROUP_PATH); in removeAllProcessGroups() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 48 def find_all_sections(root): argument
|
/system/core/init/ |
D | devices.c | 843 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; in process_firmware_event() local
|
/system/vold/ |
D | VolumeManager.cpp | 1890 const char* root = NULL; in mkdirs() local
|
/system/core/sdcard/ |
D | sdcard.c | 229 struct node root; member
|