Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DReportExporter.java232 InputStream rawStream = null; in copyFormattingFiles() local
234 rawStream = mContext.getAssets().open(String.format("report/%s", resultFileName)); in copyFormattingFiles()
238 if (rawStream != null) { in copyFormattingFiles()
241 FileUtil.writeToFile(rawStream, resultFile); in copyFormattingFiles()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java397 InputStream rawStream = res.openRawResource(R.raw.opencv_library_license);
400 byteArray = new byte[rawStream.available()];
401 rawStream.read(byteArray);