Home
last modified time | relevance | path

Searched refs:fos2 (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterOutputStreamTest.java218 FileOutputStream fos2 = new FileOutputStream(f1); in test_close() local
219 DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2); in test_close()
220 fos2.close(); in test_close()
270 FileOutputStream fos2 = new FileOutputStream(f1); in test_finish() local
271 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() local
327 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 …]
/libcore/luni/src/test/java/libcore/java/io/
DFileOutputStreamTest.java34 FileOutputStream fos2 = new FileOutputStream(fos1.getFD()); in testFileDescriptorOwnership() local
37 fos2.close(); in testFileDescriptorOwnership()
39 fos2.write(1); in testFileDescriptorOwnership()
44 fos2.write(new byte[1], 0, 1); in testFileDescriptorOwnership()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java869 FileOutputStream fos2 = new FileOutputStream(f2); in test_getCanonicalPath() local
870 fos2.close(); in test_getCanonicalPath()