Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dreader_test.go21 type ZipTest struct { struct
22 Name string
23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file
24 Comment string
25 File []ZipTestFile
26 Error error // the error that Opening this file should return
307 func readTestZip(t *testing.T, zt ZipTest) {
366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {