Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go638 type FileInputZip struct { struct
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 {
753 inputZips[i] = inputZipsManager.Manage(&FileInputZip{name: input})