Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go636 type FileInputZip struct { struct
637 name string
638 reader *zip.ReadCloser
641 func (fiz *FileInputZip) Name() string {
645 func (fiz *FileInputZip) Close() error {
654 func (fiz *FileInputZip) Entries() []*zip.File {
661 func (fiz *FileInputZip) IsOpen() bool {
665 func (fiz *FileInputZip) Open() error {