Lines Matching full:zip
31 "android/soong/third_party/zip"
35 input = flag.String("i", "", "zip file to read from")
37 …lag.Bool("s", false, "sort matches from each glob (defaults to the order from the input zip file)")
80 reader, err := zip.OpenReader(*input)
92 writer := zip.NewWriter(output)
108 *zip.File
113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
180 seen := make(map[string]*zip.File)
195 // Check for duplicate output names, ignoring ones that come from the same input zip entry.
220 if match.uncompress && match.File.FileHeader.Method != zip.Store {
223 fh.Method = zip.Store