Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go39 type InputZip interface { interface
67 func NewZipEntryFromZip(inputZip InputZip, entryIndex int) *ZipEntryFromZip {
276 func (oz *OutputZip) copyEntry(inputZip InputZip, index int) error {
340 func (oz *OutputZip) getUninitializedPythonPackages(inputZips []InputZip) ([]string, error) {
446 func (izm *InputZipsManager) Manage(inz InputZip) InputZip {
534 func mergeZips(inputZips []InputZip, writer *zip.Writer, manifest, pyMain string,