Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/merge_zips/
H A Dmerge_zips.go663 type FileInputZip struct { struct
664 name string
665 reader *zip.ReadCloser
668 func (fiz *FileInputZip) Name() string {
672 func (fiz *FileInputZip) Close() error {
681 func (fiz *FileInputZip) Entries() []*zip.File {
688 func (fiz *FileInputZip) IsOpen() bool {
692 func (fiz *FileInputZip) Open() error {