Lines Matching refs:zipname
313 foreach my $zipname ( $zip->memberNames() )
321 $zipname =~ s/^\s*\.\///;
323 if ($installer::globals::iswin and $^O =~ /MSWin/i) { $zipname =~ s/\//\\/g; }
325 …if ( $zipname =~ /\Q$installer::globals::separator\E\s*$/ ) # slash or backslash at the end charac…
327 $zipname = $zipname . "\n";
328 push(@{$additionalpathsref}, $zipname);
344 $newfile{'Name'} = $zipname;
347 $newfile{'destination'} = $destination . $zipname;
348 $newfile{'sourcepath'} = $unzipdir . $zipname;
380 if ( ! installer::existence::exists_in_array($zipname,$selectlistfiles) )
384 $zipname);
391 $zipname);
392 push( @keptfiles, $zipname); # collecting all kept files
401 if ( ! installer::existence::exists_in_array($zipname,$patchlistfiles) )
410 push( @keptpatchflags, $zipname); # collecting all PATCH flags
416 my $newzipname = put_language_into_name($zipname, $onelanguage);
417 my $oldfilename = $unzipdir . $zipname;
428 $zipname);
431 my $sourcefiletest = $unzipdir . $zipname;