Lines Matching full:zip
128 // e.g. find the src/dest pairs from each cp command, the various zip files
163 // the content of the repackaged zip is copied.
168 // This could be an intermediate zip file and not the actual output zip.
178 t.Errorf("Expected intermediate zip %s to be an input to merge zips but found %s instead",
182 // Override output zip (which was actually the intermediate zip file) with the actual
183 // output zip.
186 // Save the zips to be merged into the intermediate zip.
235 // Make sure that the generated zip file is in the correct place.
245 expectedZipPath := fmt.Sprintf(".intermediates/%s%s/%s/%s%s.zip", dir, name, variant, name, suffix)
246 android.AssertStringEquals(t, "Snapshot zip file in wrong place", expectedZipPath, actual)
366 // Check that the specified paths match the list of zips to merge with the intermediate zip.
371 info.t.Errorf("No intermediate zip file was created")
374 android.AssertDeepEquals(info.t, "mismatching merge zip files", expected, info.mergeZips)
467 // The path to the intermediate zip, which is a zip created from the source files copied
469 // Is am empty string if there is no intermediate zip because there are no zips to merge in.
472 // The paths to the zips to merge into the output zip, does not include the intermediate
473 // zip.
476 // The final output zip.