Home | History | Annotate | Download | only in launcher3

Lines Matching full:outstream

1099         FileOutputStream outStream = null;
1101 outStream = new FileOutputStream(newState.getFileDescriptor());
1103 outStream.write(journalBytes);
1104 outStream.close();