Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java359 BufferedInputStream stream1 = null; in compareFiles() local
363 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFiles()
367 int byte1 = stream1.read(); in compareFiles()
376 StreamUtil.close(stream1); in compareFiles()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java717 BufferedInputStream stream1 = null; in compareFileContents() local
722 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()
726 int byte1 = stream1.read(); in compareFileContents()
735 StreamUtil.close(stream1); in compareFileContents()