Home
last modified time | relevance | path

Searched defs:root (Results 1 – 8 of 8) sorted by relevance

/system/core/libcutils/
Dconfig_utils.c39 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/
Ddiskconfig.c94 load_partitions(cnode *root, struct disk_info *dinfo) in load_partitions()
146 cnode *root = config_node("", ""); in load_diskconfig() local
/system/core/fastbootd/commands/
Dpartitions.c695 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/
Dprocessgroup.cpp189 DIR *root = opendir(PROCESSGROUP_CGROUP_PATH); in removeAllProcessGroups() local
/system/media/camera/docs/
Dmetadata_helpers.py48 def find_all_sections(root): argument
/system/core/init/
Ddevices.c843 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; in process_firmware_event() local
/system/vold/
DVolumeManager.cpp1890 const char* root = NULL; in mkdirs() local
/system/core/sdcard/
Dsdcard.c229 struct node root; member