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

  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
FileUtil.java 58 InputStream origStream = null;
61 origStream = new BufferedInputStream(input);
63 StreamUtil.copyStreams(origStream, destStream);
65 origStream.close();
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java 579 InputStream origStream = null;
582 origStream = new BufferedInputStream(input);
584 StreamUtil.copyStreams(origStream, destStream);
586 StreamUtil.close(origStream);
    [all...]

Completed in 860 milliseconds