Searched refs:ufdt_node_get_node_by_path_len (Results 1 – 3 of 3) sorted by relevance
/system/libufdt/include/ |
D | libufdt.h | 125 struct ufdt_node *ufdt_node_get_node_by_path_len(const struct ufdt_node *node,
|
/system/libufdt/ |
D | ufdt_node.c | 162 struct ufdt_node *ufdt_node_get_node_by_path_len(const struct ufdt_node *node, in ufdt_node_get_node_by_path_len() function 190 return ufdt_node_get_node_by_path_len(node, path, dto_strlen(path)); in ufdt_node_get_node_by_path()
|
D | ufdt_convert.c | 205 ufdt_node_get_node_by_path_len(tree->root, alias_path, path_len); in ufdt_get_node_by_path_len() 207 return ufdt_node_get_node_by_path_len(target_node, next_slash, in ufdt_get_node_by_path_len() 210 return ufdt_node_get_node_by_path_len(tree->root, path, len); in ufdt_get_node_by_path_len()
|