Home | History | Annotate | Download | only in tools

Lines Matching refs:mDestinationFile

83     private final File mDestinationFile;
139 mDestinationFile = getNewFile(context, selectedImageUri);
141 mDestinationFile = destination;
300 srcFile.renameTo(mDestinationFile);
302 mDestinationFile, System.currentTimeMillis(), doAuxBackup);
350 newSourceUri = moveSrcToAuxIfNeeded(mSourceUri, mDestinationFile);
360 if (putExifData(mDestinationFile, exif, mPreviewImage, quality)) {
361 putPanoramaXMPData(mDestinationFile, xmp);
362 ContentValues values = getContentValues(mContext, mSelectedImageUri, mDestinationFile, time);
373 if (putExifData(mDestinationFile, exif, mPreviewImage, quality)) {
374 putPanoramaXMPData(mDestinationFile, xmp);
375 // mDestinationFile will save the newSourceUri info in the XMP.
378 mDestinationFile, preset);
381 // pointing at the new file mDestinationFile.
383 mDestinationFile, time, !flatten);
427 if (putExifData(mDestinationFile, exif, bitmap, quality)) {
428 putPanoramaXMPData(mDestinationFile, xmp);
429 // mDestinationFile will save the newSourceUri info in the XMP.
432 mDestinationFile, preset);
433 uri = updateFile(mContext, savedUri, mDestinationFile, time);
437 ContentValues values = getContentValues(mContext, mSelectedImageUri, mDestinationFile, time);