prefix_roota() handles NULL root param gracefully.
assert(filter);
assert(ret);
- toplevel_path = strempty(toplevel_path);
-
if (inode_fd < 0 || FLAGS_SET(flags, PICK_RESOLVE)) {
r = chaseat(toplevel_fd,
inode_path,
assert(filter);
assert(ret);
- toplevel_path = strempty(toplevel_path);
-
if (inode_fd < 0) {
r = chaseat(toplevel_fd, inode_path, CHASE_AT_RESOLVE_IN_ROOT, NULL, &inode_fd);
if (r < 0)
assert(filter);
assert(ret);
- toplevel_path = strempty(toplevel_path);
-
/* Given a path, resolve .v/ subdir logic (if used!), and returns the choice made. This supports
* three ways to be called:
*