Home | History | Annotate | Download | only in util

Lines Matching defs:relativePath

43             File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
45 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
47 Assert.assertEquals(path, relativePath.getPath());
56 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
58 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
71 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
73 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
85 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
95 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
97 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
107 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
109 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
119 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
121 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
131 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
133 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
143 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
145 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
155 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir");
157 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
167 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2");
169 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
179 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2" + File.separatorChar);
181 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
191 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2" + File.separatorChar);
193 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
203 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2");
205 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
215 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2");
217 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
227 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2");
229 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
239 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "dir2");
241 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
251 File relativePath = new File(roots[0] + "some");
253 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);
263 File relativePath = new File(roots[0] + "some");
265 String path = PathUtil.getRelativeFileInternal(basePath, relativePath);