Home
last modified time | relevance | path

Searched refs: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() argument
74 ZipWriter writer(zip_dst); in CreateAlignedZip()
146 FILE* zip_dst = fopen(argv[3], "we"); in main() local
147 if (zip_dst == nullptr) { in main()
152 bool success = CreateAlignedZip(handle, zip_dst, static_cast<uint32_t>(alignment)); in main()
155 fclose(zip_dst); in main()