Searched defs:root (Results 1 – 14 of 14) 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/update_engine/common/ |
D | hwid_override.cc | 37 string HwidOverride::Read(const base::FilePath& root) { in Read()
|
/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/bt/osi/src/ |
D | buffer.c | 30 buffer_t *root; member
|
/system/extras/libfec/ |
D | fec_verity.cpp | 185 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/ |
D | omaha_request_params.cc | 195 void OmahaRequestParams::set_root(const string& root) { in set_root()
|
/system/connectivity/shill/dhcp/ |
D | dhcp_config.h | 110 base::FilePath root() const { return root_; } in root() function
|
/system/core/libmemunreachable/ |
D | HeapWalker.cpp | 73 void HeapWalker::RecurseRoot(const Range& root) { in RecurseRoot()
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 231 DIR *root = opendir(cgroup_root_path); in removeAllProcessGroups() local
|
/system/weaved/buffet/ |
D | manager.cc | 99 const base::FilePath::StringType& pattern) { in LoadCommandDefinitions()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 49 def find_all_sections(root): argument
|
/system/connectivity/shill/ |
D | json_store.cc | 443 base::DictionaryValue root; in Flush() local
|
/system/core/init/ |
D | devices.cpp | 804 char *root, *loading, *data; in process_firmware_event() local
|
/system/core/sdcard/ |
D | sdcard.c | 207 struct node root; member
|