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

  /external/dtc/tests/
path_offset_aliases.c 31 static void check_alias(void *fdt, const char *full_path, const char *alias_path)
36 offset_a = fdt_path_offset(fdt, alias_path);
40 full_path, offset, alias_path, offset_a);
  /system/libufdt/
ufdt_convert.c 196 const char *alias_path = local
199 if (alias_path == NULL) {
205 ufdt_node_get_node_by_path_len(tree->root, alias_path, path_len);

Completed in 81 milliseconds