Lines Matching refs:filename
374 my $filename = $workdir . $installer::globals::separator . "Media.idt";
375 …if ( ! -f $filename ) { installer::exiter::exit_program("ERROR: Could not find required file: $fil…
376 my $filecontent = installer::files::read_file($filename);
379 $filename = $workdir . $installer::globals::separator . "File.idt";
380 …if ( ! -f $filename ) { installer::exiter::exit_program("ERROR: Could not find required file: $fil…
381 $filecontent = installer::files::read_file($filename);
400 foreach my $filename ( keys %{$cabfilehash} )
402 if ( $filename =~ /^\s*\#/ ) # starting with a hash
406 my $realfilename = $filename;
408 $allcabfileshash{$realfilename} = $filename;
867 my $filename = $1;
868 push(@allfiles, $filename);
963 my $filename = ${$allfiles}[$i];
964 if( $^O =~ /cygwin/i ) { $filename =~ s/\//\\/g; } # Backslash for Cygwin!
965 …if ( ! -f $filename ) { installer::exiter::exit_program("ERROR: Could not find file: $filename!", …
966 my $infoline = "\"" . $filename . "\"" . " " . ${$allfiles}[$i] . "\n";
1049 my ( $filename ) = @_;
1054 my $systemcall = "signtool.exe verify /q /pa \"$filename\"";
1064 $installer::logger::Info->printf("... already certified -> skipping %s ...\n", $filename);