Home
last modified time | relevance | path

Searched defs:lbuf (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
DAttributes.java364 void read(Manifest.FastInputStream is, byte[] lbuf) throws IOException { in read()
368 …int read(Manifest.FastInputStream is, byte[] lbuf, String filename, int lineNumber) throws IOExcep… in read()
DManifest.java361 private String parseName(byte[] lbuf, int len) { in parseName()