Home
last modified time | relevance | path

Searched defs:ir (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java168 try (InputStreamReader ir = new InputStreamReader(new FileInputStream(file)); in analyzeGranularBootInfo()
198 try (InputStreamReader ir = new InputStreamReader(new FileInputStream(file)); in analyzeCustomBootInfo()
DDmesgPostProcessor.java108 try (InputStreamReader ir = new InputStreamReader(new FileInputStream(dmesgFile)); in processDmesgLogs()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java277 try (Reader ir = new BufferedReader(new InputStreamReader(stream))) { in readStream()