Searched refs:oldPath (Results 1 – 2 of 2) sorted by relevance
2171 String oldPath = oldPart.getEncoded(); in appendEncodedSegment() local2173 if (oldPath == null) { in appendEncodedSegment()2174 oldPath = ""; in appendEncodedSegment()2177 int oldPathLength = oldPath.length(); in appendEncodedSegment()2182 } else if (oldPath.charAt(oldPathLength - 1) == '/') { in appendEncodedSegment()2183 newPath = oldPath + newSegment; in appendEncodedSegment()2185 newPath = oldPath + "/" + newSegment; in appendEncodedSegment()2258 String oldPath = encodedCached ? oldPart.encoded : oldPart.decoded; in makeAbsolute() local2260 if (oldPath == null || oldPath.length() == 0 in makeAbsolute()2261 || oldPath.startsWith("/")) { in makeAbsolute()
90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1); in removeOldFile() local91 File oldFile = new File(oldPath); in removeOldFile()