Home
last modified time | relevance | path

Searched defs:zip_dst (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/libs/
Dbionic_tests_zipalign.cpp66 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip()
146 FILE* zip_dst = fopen(argv[3], "we"); in main() local