Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go659 type FileInputZip struct { struct
660 name string
661 reader *zip.ReadCloser
664 func (fiz *FileInputZip) Name() string {
668 func (fiz *FileInputZip) Close() error {
677 func (fiz *FileInputZip) Entries() []*zip.File {
684 func (fiz *FileInputZip) IsOpen() bool {
688 func (fiz *FileInputZip) Open() error {