Home
last modified time | relevance | path

Searched refs:stream2 (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java365 BufferedInputStream stream2 = null; in compareFiles() local
369 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFiles()
373 int byte2 = stream2.read(); in compareFiles()
382 StreamUtil.close(stream2); in compareFiles()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java753 BufferedInputStream stream2 = null; in compareFileContents() local
758 stream2 = new BufferedInputStream(new FileInputStream(file2)); in compareFileContents()
762 int byte2 = stream2.read(); in compareFileContents()
771 StreamUtil.close(stream2); in compareFileContents()