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

  /system/libufdt/include/
libufdt.h 108 struct ufdt_node *ufdt_node_get_subnode_by_name_len(const struct ufdt_node *node,
  /system/libufdt/
ufdt_node.c 98 struct ufdt_node *ufdt_node_get_subnode_by_name_len(const struct ufdt_node *node, function
109 return ufdt_node_get_subnode_by_name_len(node, name, strlen(name));
191 next = ufdt_node_get_subnode_by_name_len(cur, path, next_slash - path);

Completed in 245 milliseconds