Home
last modified time | relevance | path

Searched refs:copyPartialFpToFp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DZipFile.h234 status_t copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
DZipFile.cpp476 result = copyPartialFpToFp(mZipFp, inputFp, compressedLen, NULL); in addCommon()
602 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL) in add()
698 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length, in copyPartialFpToFp() function in ZipFile