Home | History | Annotate | Download | only in zipalign

Lines Matching refs:fwrite

770         if (fwrite(tmpBuf, 1, count, dstFp) != count) {
771 ALOGD("fwrite %d bytes failed\n", (int) count);
790 if (fwrite(data, 1, size, dstFp) != size) {
791 ALOGD("fwrite %d bytes failed\n", (int) size);
832 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
833 ALOGD("fwrite %d bytes failed\n", (int) count);
905 if (fwrite(outBuf, 1, outSize, dstFp) != outSize) {
1127 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1377 if (fwrite(buf, 1, kEOCDLen, fp) != kEOCDLen)
1381 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen)