Home
last modified time | relevance | path

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

/external/qemu/
Dpath.c120 follow_path(const struct pathelem *cursor, const char *name) in follow_path() function
131 return follow_path(cursor->parent, name + namelen); in follow_path()
134 return follow_path(cursor, name + namelen); in follow_path()
138 return follow_path(cursor->entries[i], name + namelen); in follow_path()
183 return follow_path(base, name) ?: name; in path()