Searched refs:fos2 (Results 1 – 3 of 3) sorted by relevance
218 FileOutputStream fos2 = new FileOutputStream(f1); in test_close() local219 DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2); in test_close()220 fos2.close(); in test_close()270 FileOutputStream fos2 = new FileOutputStream(f1); in test_finish() local271 DeflaterOutputStream dos4 = new DeflaterOutputStream(fos2); in test_finish()278 fos2.write(("testing").getBytes()); in test_finish()326 FileOutputStream fos2 = new FileOutputStream(f1); in test_writeI() local327 DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2); in test_writeI()328 fos2.close(); in test_writeI()374 FileOutputStream fos2 = new FileOutputStream(f2); in test_write$BII() local[all …]
34 FileOutputStream fos2 = new FileOutputStream(fos1.getFD()); in testFileDescriptorOwnership() local37 fos2.close(); in testFileDescriptorOwnership()39 fos2.write(1); in testFileDescriptorOwnership()44 fos2.write(new byte[1], 0, 1); in testFileDescriptorOwnership()
869 FileOutputStream fos2 = new FileOutputStream(f2); in test_getCanonicalPath() local870 fos2.close(); in test_getCanonicalPath()