Searched refs:readInputStream (Results 1 – 1 of 1) sorted by relevance
96 String s = readInputStream(new FileInputStream("/proc/self/cmdline")); in ProfileSession()217 private String readInputStream(InputStream in) { in readInputStream() method in ProfileSession271 String data = readInputStream(process.getInputStream()); in findSimpleperfInTempDir()313 return readInputStream(process.getInputStream()); in getProperty()