Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
609 ApkSignerEngine apkSigner, JarFile inFile, JarEntry inEntry, byte[] tmpbuf) in shouldOutputApkEntry() argument620 provideJarEntry(inFile, inEntry, inspectEntryRequest, tmpbuf); in shouldOutputApkEntry()638 byte[] tmpbuf) throws IOException { in provideJarEntry() argument642 while ((chunkSize = in.read(tmpbuf)) > 0) { in provideJarEntry()643 dataSink.consume(tmpbuf, 0, chunkSize); in provideJarEntry()