Home
last modified time | relevance | path

Searched refs:filecontent (Results 1 – 14 of 14) sorted by relevance

/trunk/main/solenv/bin/modules/installer/
H A Dfollowme.pm49 my @filecontent = ();
51 push(@filecontent, "finalinstalldir: $finalinstalldir\n");
52 push(@filecontent, "downloadname: $downloadname\n");
54 push(@filecontent, "loggingdir: $loggingdir\n");
55 push(@filecontent, "installlogdir: $installlogdir\n");
56 push(@filecontent, "languagestring: $$languagestringref\n");
84 push(@filecontent, "globals:patch: $installer::globals::patch\n");
90 push(@filecontent, "globals:minor: $installer::globals::minor\n");
127 my $filecontent = installer::files::read_file($filename);
135 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
[all …]
H A Ddownloadsigner.pm357 my $filecontent = installer::files::read_file($followmefile);
359 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
361 if ( ${$filecontent}[$i] =~ /^\s*\Q$key\E\s*\:\s*(.*?)\s*$/ )
H A Ddownload.pm1527 my @filecontent = ();
1528 push(@filecontent, $textstring);
1529 installer::files::save_file($filename, \@filecontent);
H A Dpackagepool.pm441 my $filecontent = installer::files::read_file($lockfilename);
444 …ning: \"$lockfilename\" blocks this process for $waittime. Lock content: \"${$filecontent}[0]\"\n";
/trunk/main/setup_native/scripts/
H A Dadmin.pl666 my ($filecontent) = @_;
670 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
688 my ($filecontent) = @_;
712 my ($filecontent) = @_;
745 my ($filecontent) = @_;
771 my ($filecontent) = @_;
1355 my $filecontent = read_file($filename);
1396 $filecontent = read_file($filename);
1400 $filecontent = read_file($filename);
1404 $filecontent = read_file($filename);
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm221 my ($filecontent) = @_;
225 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
254 my ($filecontent) = @_;
258 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
280 my ($filecontent) = @_;
284 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
307 my ($filecontent) = @_;
311 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
345 my ($filecontent) = @_;
351 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
[all …]
H A Dsign.pm280 my $filecontent = installer::files::read_file($file);
282 my $pw = ${$filecontent}[0];
312 my ($filecontent) = @_;
316 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
338 my ($filecontent) = @_;
343 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
347 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ )
376 my $filecontent = installer::files::read_file($filename);
377 my ( $diskidhash, $lastsequencehash ) = analyze_media_file($filecontent);
381 $filecontent = installer::files::read_file($filename);
[all …]
H A Dupgrade.pm114 my $filecontent = installer::files::read_file($langpackcodefilename);
115 my $newlines = analyze_file_for_upgrade_table($filecontent);
144 my ($filecontent) = @_;
148 for ( my $i = 0; $i <= $#{$filecontent}; $i++ )
150 my $line = ${$filecontent}[$i];
H A Dmsiglobal.pm1303 my $filecontent = installer::files::read_file($fullfilename);
1305 for ( my $i = 3; $i <= $#{$filecontent}; $i++ ) # ignoring the first three lines
1307 my $oneline = ${$filecontent}[$i];
1311 ${$filecontent}[$i] =~ s/\bVersionNT\b/VersionNT64/g;
1319 installer::files::save_file($fullfilename ,$filecontent);
/trunk/main/soltools/mkdepend/
H A Dmain.c171 struct filepointer *filecontent; local
452 filecontent = getfile(*fp);
456 find_includes(filecontent, ip, ip, 0, FALSE, incCollection, includes);
459 freefile(filecontent);
/trunk/main/solenv/bin/modules/pre2par/
H A Dwork.pm342 my ($filecontent, $filename) = @_;
344 …if ( $#{$filecontent} < 0 ) { pre2par::exiter::exit_program("Error: $filename has no content!", "c…
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl254 my ($filename, $filecontent) = @_;
258 print OUT @{$filecontent};
/trunk/main/javainstaller2/src/Properties/
H A Dcreate_property.pl287 my ($outputpath, $filename, $filecontent) = @_;
293 print OUT @{$filecontent};
/trunk/main/solenv/bin/modules/par2script/
H A Dwork.pm90 my $filecontent = par2script::files::read_file($filename);
95 foreach ( @{$filecontent} ) { $parfilesref = analyze_comma_separated_list($_, $parfilesref); }

Completed in 65 milliseconds