HomeSort by relevance Sort by last modified time
    Searched defs:copyPartialFpToFp (Results 1 - 2 of 2) sorted by null

  /build/tools/zipalign/
ZipFile.cpp 476 result = copyPartialFpToFp(mZipFp, inputFp, compressedLen, NULL);
603 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)
701 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 476 result = copyPartialFpToFp(mZipFp, inputFp, compressedLen, NULL);
603 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)
701 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
    [all...]

Completed in 46 milliseconds