Home
last modified time | relevance | path

Searched refs:child_node (Results 1 – 3 of 3) sorted by relevance

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp72 const char* child_name = child_node(array_offset).name(); in FindChildForString()
87 *child = child_node(node_index); in FindChildForString()
136 TrieNode child_node; in GetPropertyInfoIndexes() local
137 if (!trie_node.FindChildForString(remaining_name, substr_size, &child_node)) { in GetPropertyInfoIndexes()
141 trie_node = child_node; in GetPropertyInfoIndexes()
/system/libufdt/
Dufdt_convert.c131 struct ufdt_node *res, *child_node; in fdt_to_ufdt_tree() local
134 child_node = NULL; in fdt_to_ufdt_tree()
153 child_node = fdt_to_ufdt_tree(fdtp, cur_fdt_tag_offset, in fdt_to_ufdt_tree()
155 ufdt_node_add_child(res, child_node); in fdt_to_ufdt_tree()
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h109 TrieNode child_node(int n) const { in child_node() function