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