Lines Matching refs:root_idx
38 root_idx = -1
41 root_idx = idx
43 if root_idx < 0:
44 return root_idx
46 is_src = path_segments[root_idx] == "src"
47 check_maven_idx = root_idx if is_src else -1
48 if root_idx == 0 or is_src:
50 for idx in range(root_idx + 1, len(path_segments) - 2):
55 root_idx = idx
65 root_idx = check_maven_idx + 2
66 return root_idx