Searched refs:follow_path (Results 1 – 1 of 1) sorted by relevance
120 follow_path(const struct pathelem *cursor, const char *name) in follow_path() function131 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()