Searched refs:CopyFrom (Results 1 – 7 of 7) sorted by relevance
75 event.invocation_started.CopyFrom(93 event.invocation_stopped.CopyFrom(
25 func (w *Writer) CopyFrom(orig *File, newName string) error { func
112 err = toZip.CopyFrom(fromZipReader.File[0], fromZipReader.File[0].Name)
433 CopyFrom(file *zip.File, name string) error methodSpec493 if err := zipWriter.CopyFrom(apkFile, outName); err != nil {
795 func (w testZip2ZipWriter) CopyFrom(file *zip.File, out string) error { func
236 err := writer.CopyFrom(match.File, match.newName)
101 return zw.CopyFrom(entry, dest)