Searched refs:rawStream (Results 1 – 2 of 2) sorted by relevance
135 InputStream rawStream = null; in copyFormattingFiles() local137 rawStream = mContext.getAssets().open( in copyFormattingFiles()142 if (rawStream != null) { in copyFormattingFiles()145 FileUtil.writeToFile(rawStream, resultFile); in copyFormattingFiles()
386 InputStream rawStream = res.openRawResource(R.raw.opencv_library_license); in showOpenCVLibaryLicenseDisplayButton() local389 byteArray = new byte[rawStream.available()]; in showOpenCVLibaryLicenseDisplayButton()390 rawStream.read(byteArray); in showOpenCVLibaryLicenseDisplayButton()