HomeSort by relevance Sort by last modified time
    Searched refs:ufdt_get_node_by_path (Results 1 - 4 of 4) sorted by null

  /system/libufdt/
ufdt_overlay.c 171 target_node = ufdt_get_node_by_path(tree, path);
235 ufdt_get_node_by_path(overlay_tree, "/__fixups__");
242 ufdt_get_node_by_path(main_tree, "/__symbols__");
276 symbol_node = ufdt_get_node_by_path(main_tree, symbol_path);
347 *target_node = ufdt_get_node_by_path(tree, target_path);
521 struct ufdt_node *overlay_node = ufdt_get_node_by_path(tree, "/");
523 ufdt_get_node_by_path(tree, "/__local_fixups__");
ufdt_convert.c 213 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path) { function
  /system/libufdt/include/
libufdt.h 209 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path);
  /system/libufdt/tests/libufdt_verify/
ufdt_test_overlay.cpp 179 target_node = ufdt_get_node_by_path(tree, path);
210 ufdt_get_node_by_path(main_tree, "/__symbols__");
219 struct ufdt_node* symbol_node = ufdt_get_node_by_path(main_tree, symbol_path);

Completed in 230 milliseconds