Home
last modified time | relevance | path

Searched refs:oldFilePath (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java308 final String oldFilePath = getFilePath(uri); in copyAttachment() local
320 inputStream = new FileInputStream(oldFilePath); in copyAttachment()
322 LogUtils.e(LOG_TAG, "File not found for file %s", oldFilePath); in copyAttachment()
373 new File(oldFilePath).delete(); in copyAttachment()