Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go233 type zipSource interface { interface
244 source zipSource
251 sourceByDest := make(map[string]zipSource, 0)
255 addMapping := func(dest string, source zipSource) zipSource {