Searched refs:bytesRead (Results 1 – 2 of 2) sorted by relevance
132 int bytesRead = 0; in pipe() local135 while (bytesRead >= 0) { in pipe()136 out.write(buffer, 0, bytesRead); in pipe()137 bytesRead = in.read(buffer); in pipe()
174 int bytesRead; in executeCommand() local176 while ((bytesRead = fis.read(buf)) != -1) { in executeCommand()177 result.append(new String(buf, 0, bytesRead)); in executeCommand()