Home
last modified time | relevance | path

Searched refs:sourcefiles (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/solenv/bin/modules/installer/
H A Dsystemactions.pm618 my @sourcefiles = ();
629 @sourcefiles = readdir(DIR);
658 my @sourcefiles = ();
661 @sourcefiles = readdir(DIR);
688 my @sourcefiles = ();
732 my @sourcefiles = ();
779 my @sourcefiles = ();
826 my @sourcefiles = ();
871 my @sourcefiles = ();
913 my @sourcefiles = ();
[all …]
H A Dworker.pm2384 my @sourcefiles = ();
2386 installer::systemactions::read_full_directory($includepath, $pathstring, \@sourcefiles);
2388 if ( ! ( $#sourcefiles > -1 ))
2396 my $number = $#sourcefiles + 1;
2404 for ( my $j = 0; $j <= $#sourcefiles; $j++ )
2406 $allfileshash{$sourcefiles[$j]} = 1;
/aoo41x/main/solenv/bin/modules/installer/windows/
H A Dsign.pm423 my @sourcefiles = ();
425 installer::systemactions::read_complete_directory($installsetpath, $pathstring, \@sourcefiles);
436 for ( my $j = 0; $j <= $#sourcefiles; $j++ )
438 if ( $sourcefiles[$j] =~ /\.cab\s*$/ ) { $allcabfileshash{$sourcefiles[$j]} = 1; }
441 if ( $sourcefiles[$j] =~ /\.txt\s*$/ ) { next; }
442 if ( $sourcefiles[$j] =~ /\.html\s*$/ ) { next; }
443 if ( $sourcefiles[$j] =~ /\.ini\s*$/ ) { next; }
444 if ( $sourcefiles[$j] =~ /\.bmp\s*$/ ) { next; }
445 if ( $sourcefiles[$j] =~ /\.msi\s*$/ )
447 if ( $msidatabase eq "" ) { $msidatabase = $sourcefiles[$j]; }
[all …]
/aoo41x/main/solenv/bin/modules/par2script/
H A Dsystemactions.pm151 my @sourcefiles = ();
162 @sourcefiles = readdir(DIR);
165 foreach $onefile (@sourcefiles)
/aoo41x/main/solenv/bin/modules/pre2par/
H A Dsystemactions.pm173 my @sourcefiles = ();
184 @sourcefiles = readdir(DIR);
187 foreach $onefile (@sourcefiles)
/aoo41x/main/setup_native/scripts/
H A Dadmin.pl369 my @sourcefiles = ();
374 @sourcefiles = readdir(DIR);
379 foreach $onefile (@sourcefiles)
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java303 public void readStrings( String sourcefiles , Vector recfiles ) { in readStrings() argument
307 aBR = new BufferedReader( new FileReader( sourcefiles ) ); in readStrings()

Completed in 108 milliseconds