Searched refs:combined (Results 1 – 2 of 2) sorted by relevance
204 String combined = base.substring(0, base.lastIndexOf('/') + 1) + path; in relativePath() local205 return UrlUtils.canonicalizePath(combined, true); in relativePath()
2587 AssertionFailedError combined = new AssertionFailedError("Multiple format failures"); in throwFailures() local2589 combined.addSuppressed(failure); in throwFailures()2591 throw combined; in throwFailures()