Searched refs:tempData (Results 1 – 5 of 5) sorted by relevance
200 byte[] tempData = new byte[1024]; in restoreDictionary()202 while ((got = gzip.read(tempData)) > 0) { in restoreDictionary()203 baos.write(tempData, 0, got); in restoreDictionary()
1081 ExifData tempData = mData; in forceRewriteExif() local1096 mData = tempData; in forceRewriteExif()
1099 ExifData tempData = mData; in forceRewriteExif() local1117 mData = tempData; in forceRewriteExif()