Searched refs:oldPath (Results 1 – 2 of 2) sorted by relevance
2170 String oldPath = oldPart.getEncoded(); in appendEncodedSegment() local2172 if (oldPath == null) { in appendEncodedSegment()2173 oldPath = ""; in appendEncodedSegment()2176 int oldPathLength = oldPath.length(); in appendEncodedSegment()2181 } else if (oldPath.charAt(oldPathLength - 1) == '/') { in appendEncodedSegment()2182 newPath = oldPath + newSegment; in appendEncodedSegment()2184 newPath = oldPath + "/" + newSegment; in appendEncodedSegment()2257 String oldPath = encodedCached ? oldPart.encoded : oldPart.decoded; in makeAbsolute() local2259 if (oldPath == null || oldPath.length() == 0 in makeAbsolute()2260 || oldPath.startsWith("/")) { in makeAbsolute()
90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1); in removeOldFile() local91 File oldFile = new File(oldPath); in removeOldFile()