Home
last modified time | relevance | path

Searched defs:off (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
DCountingOutputStream.java45 public void write(byte[] b, int off, int len) throws IOException { in write()
DSignApk.java702 public void write(byte[] b, int off, int len) throws IOException { in write()
/build/soong/finder/fs/
Dreaddir.go146 func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { argument