Searched defs:relativize (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DPath.java505 Path relativize(Path other); method in interface:Path
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixPath.java422 public UnixPath relativize(Path obj) { method in class:UnixPath
/openjdk10/jdk/test/java/nio/file/Path/
H A DPathOps.java192 PathOps relativize(String other, String expected) { method in class:PathOps
[all...]
/openjdk10/jdk/test/jdk/internal/jrtfs/
H A DPathOps.java185 PathOps relativize(String other, String expected) { method in class:PathOps
[all...]
/openjdk10/jdk/test/jdk/nio/zipfs/
H A DPathOps.java199 PathOps relativize(String other, String expected) { method in class:PathOps
[all...]
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java393 public WindowsPath relativize(Path obj) { method in class:WindowsPath
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java208 public final JrtPath relativize(Path other) { method in class:JrtPath
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1545 protected static String relativize(String uri, String baseUri) { method in class:XmlSchemaGenerator
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java1122 protected static String relativize(String uri, String baseUri) { method in class:WSDLGenerator
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java223 public Path relativize(Path other) { method in class:ZipPath
/openjdk10/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java456 public Path relativize(Path other) { method in class:PassThroughFileSystem.PassThroughPath
/openjdk10/jdk/test/java/nio/file/spi/
H A DTestProvider.java380 public Path relativize(Path other) { method in class:TestProvider.TestPath
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DURI.java1095 public URI relativize(URI uri) { method in class:URI
2191 private static URI relativize(URI base, URI child) { method in class:URI

Completed in 257 milliseconds