Home
last modified time | relevance | path

Searched defs:withPath (Results 1 – 3 of 3) sorted by relevance

/external/tink/java_src/src/main/java/com/google/crypto/tink/
DJsonKeysetWriter.java86 public static KeysetWriter withPath(String path) throws IOException { in withPath() method in JsonKeysetWriter
101 public static KeysetWriter withPath(Path path) throws IOException { in withPath() method in JsonKeysetWriter
DJsonKeysetReader.java131 public static JsonKeysetReader withPath(String path) throws IOException { in withPath() method in JsonKeysetReader
149 public static JsonKeysetReader withPath(Path path) throws IOException { in withPath() method in JsonKeysetReader
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DDirectoryEntry.java20 public DirectoryEntry withPath(final String path) { in withPath() method in DirectoryEntry