Home | History | Annotate | Download | only in camera

Lines Matching refs:tempStream

1314             FileOutputStream tempStream = null;
1318 tempStream = openFileOutput(sTempCropFilename, 0);
1319 tempStream.write(data);
1320 tempStream.close();
1331 Util.closeSilently(tempStream);