Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dreader_test.go33 type ZipTestFile struct { struct
34 Name string
35 Mode fs.FileMode
36 NonUTF8 bool
37 ModTime time.Time
38 Modified time.Time
50 ContentErr error
51 Content []byte
52 File string
53 Size uint64
[all …]
/aosp_15_r20/build/soong/third_party/zip/
H A Dreader_test.go29 type ZipTestFile struct { struct
30 Name string
31 Mode os.FileMode
32 Mtime string // optional, modified time in format "mm-dd-yy hh:mm:ss"
44 ContentErr error
45 Content []byte
46 File string
47 Size uint64
366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {