Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_overlay.c165 target_node = ufdt_get_node_by_path(tree, path); in ufdt_get_fixup_location()
230 ufdt_get_node_by_path(overlay_tree, "/__fixups__"); in ufdt_overlay_do_fixups()
237 ufdt_get_node_by_path(main_tree, "/__symbols__"); in ufdt_overlay_do_fixups()
270 symbol_node = ufdt_get_node_by_path(main_tree, symbol_path); in ufdt_overlay_do_fixups()
356 target_node = ufdt_get_node_by_path(tree, target_path); in ufdt_apply_fragment()
512 struct ufdt_node *overlay_node = ufdt_get_node_by_path(tree, "/"); in ufdt_overlay_do_local_fixups()
514 ufdt_get_node_by_path(tree, "/__local_fixups__"); in ufdt_overlay_do_local_fixups()
Dufdt_convert.c209 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path) { in ufdt_get_node_by_path() function
/system/libufdt/include/
Dlibufdt.h208 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path);