Searched refs:CopyFrom (Results 1 – 5 of 5) sorted by relevance
25 func (w *Writer) CopyFrom(orig *File, newName string) error { func
354 CopyFrom(file *zip.File, name string) error methodSpec409 if err := writer.CopyFrom(apkFile, outName); err != nil {
426 func (w testZip2ZipWriter) CopyFrom(file *zip.File, out string) error { func
242 err := writer.CopyFrom(match.File, match.newName)
97 return zw.CopyFrom(ze.inputZip.Entries()[ze.index], dest)