HomeSort by relevance Sort by last modified time
    Searched refs:destStream (Results 1 - 7 of 7) sorted by null

  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
FileUtil.java 59 OutputStream destStream = null;
62 destStream = new BufferedOutputStream(new FileOutputStream(destFile));
63 StreamUtil.copyStreams(origStream, destStream);
66 destStream.flush();
67 destStream.close();
  /external/webrtc/webrtc/modules/utility/include/
file_recorder.h 45 OutStream& destStream,
  /external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.h 55 OutStream& destStream,
file_recorder_impl.cc 94 OutStream& destStream,
100 destStream,
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java 580 OutputStream destStream = null;
583 destStream = new BufferedOutputStream(new FileOutputStream(destFile, append));
584 StreamUtil.copyStreams(origStream, destStream);
587 StreamUtil.flushAndCloseStream(destStream);
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 141 milliseconds