Lines Matching refs:dest
191 func (ze zipEntry) WriteToZip(dest string, zw *zip.Writer) error {
192 return zw.CopyFrom(ze.content, dest)
217 func (be bufferEntry) WriteToZip(dest string, zw *zip.Writer) error {
238 WriteToZip(dest string, zw *zip.Writer) error
243 dest string member
255 addMapping := func(dest string, source zipSource) zipSource {
256 mapKey := filepath.Clean(dest)
262 orderedMappings = append(orderedMappings, fileMapping{source: source, dest: dest})
365 dest := file.Name
370 if existingSource := addMapping(dest, source); existingSource != nil {
374 dest, existingSource, source)
396 dest, existingSource, source)
408 if err := entry.source.WriteToZip(entry.dest, writer); err != nil {
478 return jar.EntryNamesLess(files[i].dest, files[j].dest)
484 return files[i].dest < files[j].dest