Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsupernode_atdepth_offset.c60 char *superpath; in check_supernode_atdepth() local
65 superpath = alloca(pathprefixlen + 1); in check_supernode_atdepth()
66 strncpy(superpath, path, pathprefixlen); in check_supernode_atdepth()
67 superpath[pathprefixlen] = '\0'; in check_supernode_atdepth()
70 path, pdepth, depth, superpath); in check_supernode_atdepth()
75 superpathoffset = fdt_path_offset(fdt, superpath); in check_supernode_atdepth()
77 FAIL("fdt_path_offset(%s): %s", superpath, in check_supernode_atdepth()