Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java96 String s = readInputStream(new FileInputStream("/proc/self/cmdline")); in ProfileSession()
217 private String readInputStream(InputStream in) { in readInputStream() method in ProfileSession
271 String data = readInputStream(process.getInputStream()); in findSimpleperfInTempDir()
313 return readInputStream(process.getInputStream()); in getProperty()