Searched refs:oldPathLength (Results 1 – 1 of 1) sorted by relevance
2176 int oldPathLength = oldPath.length(); in appendEncodedSegment() local2178 if (oldPathLength == 0) { in appendEncodedSegment()2181 } else if (oldPath.charAt(oldPathLength - 1) == '/') { in appendEncodedSegment()