Searched refs:relativePath (Results 1 – 4 of 4) sorted by relevance
80 Path relativePath = originalPath; in findNewArtifactPath() local81 while (!relativePath.startsWith(mDelimiter) in findNewArtifactPath()82 && relativePath.getNameCount() > mDelimiter.getNameCount()) { in findNewArtifactPath()83 relativePath = relativePath.subpath(1, relativePath.getNameCount()); in findNewArtifactPath()86 if (!relativePath.startsWith(mDelimiter)) { in findNewArtifactPath()94 return mNewRoot.resolve(relativePath).toAbsolutePath().toString(); in findNewArtifactPath()
399 for (String relativePath : relativePaths) { in assertFetchRemoteFile()400 File file = Paths.get(fileCopy.getAbsolutePath(), relativePath).toFile(); in assertFetchRemoteFile()430 for (String relativePath : relativePaths) { in setDownloadExpectations()432 Paths.get(fileArg.getAbsolutePath(), relativePath) in setDownloadExpectations()
118 String relativePath = testMappingsDir.relativize(path.getParent()).toString(); in getTestCollection() local164 if (!isMatchedFilePatterns(relativePath, matchedPatternPaths, filePatterns)) { in getTestCollection()170 relativePath, in getTestCollection()248 Path relativePath = in isMatchedFilePatterns() local250 matchedPatternPathsInSource.add(relativePath.toString()); in isMatchedFilePatterns()
277 String relativePath = filePath.substring(reportPath.length()); in getUrl() local284 return String.format("%s%s", url, relativePath.replace(File.separator, "/")); in getUrl()