Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go638 type FileInputZip struct { struct
639 name string
640 reader *zip.ReadCloser
643 func (fiz *FileInputZip) Name() string {
647 func (fiz *FileInputZip) Close() error {
656 func (fiz *FileInputZip) Entries() []*zip.File {
663 func (fiz *FileInputZip) IsOpen() bool {
667 func (fiz *FileInputZip) Open() error {