HomeSort by relevance Sort by last modified time
    Searched full:fos2 (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
Pack200PackerTest.java 75 FileOutputStream fos2 = new FileOutputStream(packFile2); local
83 packer.pack(jf, fos2);
85 fos2.close();
115 FileOutputStream fos2 = new FileOutputStream(packFile2); local
122 packer.pack(jis, fos2);
123 fos2.close();
Pack200UnpackerTest.java 77 FileOutputStream fos2 = new FileOutputStream(packFile2); local
86 packer.pack(jf, fos2);
88 fos2.close();
138 FileOutputStream fos2 = new FileOutputStream(packFile2); local
147 packer.pack(jf, fos2);
149 fos2.close();
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterOutputStreamTest.java 240 FileOutputStream fos2 = new FileOutputStream(f1); local
241 DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2);
242 fos2.close();
298 FileOutputStream fos2 = new FileOutputStream(f1); local
299 dos = new DeflaterOutputStream(fos2);
305 // Test for writing to FileOutputStream fos2, which should be open.
306 fos2.write(("testing").getBytes());
319 // fos2
355 FileOutputStream fos2 = new FileOutputStream(f1); local
356 DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2);
397 FileOutputStream fos2 = new FileOutputStream(f2); local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 1214 FileOutputStream fos2 = new FileOutputStream(f2); local
    [all...]

Completed in 113 milliseconds