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.java98 String s = readInputStream(new FileInputStream("/proc/self/cmdline")); in ProfileSession()
223 private String readInputStream(InputStream in) { in readInputStream() method in ProfileSession
279 return readInputStream(process.getInputStream()); in getProperty()