Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go636 type FileInputZip struct { struct
641 func (fiz *FileInputZip) Name() string { argument
645 func (fiz *FileInputZip) Close() error { argument
654 func (fiz *FileInputZip) Entries() []*zip.File { argument
661 func (fiz *FileInputZip) IsOpen() bool { argument
665 func (fiz *FileInputZip) Open() error { argument
746 inputZips[i] = inputZipsManager.Manage(&FileInputZip{name: input})