Searched refs:readInputStream (Results 1 – 1 of 1) sorted by relevance
98 String s = readInputStream(new FileInputStream("/proc/self/cmdline")); in ProfileSession()223 private String readInputStream(InputStream in) { in readInputStream() method in ProfileSession279 return readInputStream(process.getInputStream()); in getProperty()