Searched refs:oldPath (Results 1 – 3 of 3) sorted by relevance
138 String oldPath = oldExtStorage + path.substring(RELATIVE_PATH_START); in updatePath() local139 int oldBucketId = GalleryUtils.getBucketId(oldPath); in updatePath()
351 File oldPath = new File(mImage.getDataPath()); in saveOutput() local352 File directory = new File(oldPath.getParent()); in saveOutput()355 String fileName = oldPath.getName(); in saveOutput()
3344 String oldPath = null; in update() local3355 oldPath = cursor.getString(1); in update()3360 if (oldPath != null) { in update()3361 mDirectoryCache.remove(oldPath); in update()3370 oldPath.length() + 1, in update()3371 oldPath + "/", in update()3372 oldPath + "0", in update()