Searched refs:relPath (Results 1 – 4 of 4) sorted by relevance
87 FilePair(String relPath, File file) { in FilePair() argument88 mRelPath = relPath; in FilePair()172 StringBuffer relPath = new StringBuffer(); in addFiles() local174 relPath.append(pathSeg); in addFiles()175 relPath.append(REL_PATH_SEPARATOR); in addFiles()177 relPath.append(childFile.getName()); in addFiles()178 cacheEntryList.add(new FilePair(relPath.toString(), childFile)); in addFiles()
133 relPath, err := filepath.Rel(codebaseDir, sourcePath)137 destPath := filepath.Join(workspaceDir, relPath)
353 Path relPath = testMappingsRootPath.relativize(Paths.get(subDir.getAbsolutePath())); in testGetAllTestMappingPaths_FromChildDirectory() local354 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_FromChildDirectory()383 Path relPath = testMappingsRootPath.relativize(Paths.get(srcDir.getAbsolutePath())); in testGetAllTestMappingPaths_FromParentDirectory() local384 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_FromParentDirectory()406 Path relPath = testMappingsRootPath.relativize(Paths.get(srcDir.getAbsolutePath())); in testGetAllTestMappingPaths_NoFilesFound() local407 testMappingRelativePaths.add(relPath.toString()); in testGetAllTestMappingPaths_NoFilesFound()
205 Path relPath = dir.toPath().relativize(p); in findTestContextFile() local206 Matcher matcher = pattern.matcher(relPath.toString()); in findTestContextFile()