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.java364 BufferedInputStream stream1 = null; in compareFiles() local
368 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFiles()
372 int byte1 = stream1.read(); in compareFiles()
381 StreamUtil.close(stream1); in compareFiles()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java752 BufferedInputStream stream1 = null; in compareFileContents() local
757 stream1 = new BufferedInputStream(new FileInputStream(file1)); in compareFileContents()
761 int byte1 = stream1.read(); in compareFileContents()
770 StreamUtil.close(stream1); in compareFileContents()