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

  /system/libufdt/
ufdt_overlay.c 171 target_node = ufdt_get_node_by_path(tree, path);
236 ufdt_get_node_by_path(overlay_tree, "/__fixups__");
243 ufdt_get_node_by_path(main_tree, "/__symbols__");
277 symbol_node = ufdt_get_node_by_path(main_tree, symbol_path);
365 target_node = ufdt_get_node_by_path(tree, target_path);
522 struct ufdt_node *overlay_node = ufdt_get_node_by_path(tree, "/");
524 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);

Completed in 82 milliseconds