HomeSort by relevance Sort by last modified time
    Searched refs:canonicalPathSegment (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 798 String canonicalPathSegment = canonicalize(
800 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) {
803 encodedPathSegments.set(index, canonicalPathSegment);
811 String canonicalPathSegment = canonicalize(encodedPathSegment,
813 encodedPathSegments.set(index, canonicalPathSegment);
814 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 524 milliseconds