Home | History | Annotate | Download | only in camera

Lines Matching defs:tempStream

1375             FileOutputStream tempStream = null;
1379 tempStream = mActivity.openFileOutput(sTempCropFilename, 0);
1380 tempStream.write(data);
1381 tempStream.close();
1392 Util.closeSilently(tempStream);