Home | History | Annotate | Download | only in signapk

Lines Matching refs:xff

360         temp.write(signature_start & 0xff);
361 temp.write((signature_start >> 8) & 0xff);
362 // Why the 0xff bytes? In a zip file with no archive comment,
365 // two high bytes to be 0xff 0xff, the archive would have to
369 temp.write(0xff);
370 temp.write(0xff);
371 temp.write(total_size & 0xff);
372 temp.write((total_size >> 8) & 0xff);
388 outputStream.write(total_size & 0xff);
389 outputStream.write((total_size >> 8) & 0xff);