Lines Matching defs:write
73 return INVALID_OPERATION; // create requires write
408 pEntry->mLFH.write(mZipFp);
488 * We could write the "Data Descriptor", but there doesn't seem to
489 * be any point since we're going to go back and write the LFH.
508 * Go back and write the LFH.
514 pEntry->mLFH.write(mZipFp);
582 pEntry->mLFH.write(mZipFp);
735 * Compress all of the data in "srcFp" and write it to "dstFp".
836 /* write when we're full or when we're done */
844 ALOGD("write %d failed in deflate\n",
891 * In particular, this will crunch out deleted entries, and write the
917 pEntry->mCDE.write(mZipFp);
923 mEOCD.write(mZipFp);
1077 ALOGD("filemove write %ld off=%ld failed\n",
1088 assert(false); // write this someday, maybe
1116 * We don't allow this if the file was opened read-write because we tend
1259 status_t ZipFile::EndOfCentralDir::write(FILE* fp)