Home
last modified time | relevance | path

Searched refs:testHeaderRoundTrip (Results 1 – 1 of 1) sorted by relevance

/build/soong/third_party/zip/
Dzip_test.go66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64… func
100 testHeaderRoundTrip(fh, fh.UncompressedSize, uint64(fh.UncompressedSize), t)
110 testHeaderRoundTrip(fh, uint32max, fh.UncompressedSize64, t)