Home
last modified time | relevance | path

Searched defs:root (Results 1 – 14 of 14) 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/update_engine/common/
Dhwid_override.cc37 string HwidOverride::Read(const base::FilePath& root) { in Read()
/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/bt/osi/src/
Dbuffer.c30 buffer_t *root; member
/system/extras/libfec/
Dfec_verity.cpp185 static int verify_tree(fec_handle *f, const uint8_t *root) in verify_tree()
348 uint8_t root[SHA256_DIGEST_LENGTH]; in parse_table() local
/system/update_engine/
Domaha_request_params.cc195 void OmahaRequestParams::set_root(const string& root) { in set_root()
/system/connectivity/shill/dhcp/
Ddhcp_config.h110 base::FilePath root() const { return root_; } in root() function
/system/core/libmemunreachable/
DHeapWalker.cpp73 void HeapWalker::RecurseRoot(const Range& root) { in RecurseRoot()
/system/core/libprocessgroup/
Dprocessgroup.cpp231 DIR *root = opendir(cgroup_root_path); in removeAllProcessGroups() local
/system/weaved/buffet/
Dmanager.cc99 const base::FilePath::StringType& pattern) { in LoadCommandDefinitions()
/system/media/camera/docs/
Dmetadata_helpers.py49 def find_all_sections(root): argument
/system/connectivity/shill/
Djson_store.cc443 base::DictionaryValue root; in Flush() local
/system/core/init/
Ddevices.cpp804 char *root, *loading, *data; in process_firmware_event() local
/system/core/sdcard/
Dsdcard.c207 struct node root; member