Searched defs:zip_dst (Results 1 – 1 of 1) sorted by relevance
66 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip()146 FILE* zip_dst = fopen(argv[3], "we"); in main() local