Searched refs:fillBuf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java52 fillBuf();
58 private int fillBuf() throws IOException { method in class:ProcFileReader
73 * all remaining bytes, will attempt to {@link #fillBuf()}.
81 fillBuf();
110 } while (fillBuf() > 0);
141 } while (fillBuf() > 0);

Completed in 50 milliseconds