Searched refs:fo (Results 1 – 1 of 1) sorted by relevance
57 FileOutputStream fo = null; in launch() local60 fo = new FileOutputStream(f); in launch()61 fo.write(bytes.toByteArray()); in launch()68 if (fo != null) in launch()69 try { fo.close(); } catch (Exception e) { } in launch()