Searched refs:createRelativePath (Results 1 – 3 of 3) sorted by relevance
159 return pathService.createRelativePath(names.subList(beginIndex, endIndex)); in subpath()347 return pathService.createRelativePath(parts); in relativize()
160 public JimfsPath createRelativePath(Iterable<Name> names) { in createRelativePath() method in PathService
74 JimfsPath relative = service.createRelativePath(service.names(ImmutableList.of("foo", "bar"))); in testPathCreation()