Searched defs:append (Results 1 – 3 of 3) sorted by relevance
37 int32_t ZipWrapper::Open(std::string& zipPath, int32_t append) in Open()43 int32_t ZipWrapper::Open(int32_t append) in Open()
39 const std::string& zipPath, const ZipLevel& zipLevel, const int32_t& append) in Zip()
1818 ZipOutputStream append = new ZipOutputStream(new FileOutputStream(outPathString)); in compressPackinfoIntoHap() local1831 copy(sourceHapFile.getInputStream(zipEntry), append); in compressPackinfoIntoHap() local