Home | History | Annotate | Download | only in net

Lines Matching defs:encodedPath

1247             String encodedPath = path.getEncoded();
1248 if (encodedPath != null) {
1249 builder.append(encodedPath);
1441 public Builder encodedPath(String path) {