Lines Matching refs:files
28 use installer::files;
109 installer::files::save_file($newscriptfilename, $scriptfile);
730 my $versionfile = installer::files::read_file($filename);
1121 my $files = installer::systemactions::get_all_files_from_one_directory($onedir);
1123 for ( my $j = 0; $j <= $#{$files}; $j++ )
1125 my $onefile = ${$files}[$j];
1529 installer::files::save_file($filename, \@filecontent);
1531 my $newfile = installer::files::read_file($filename);
1580 my $nshfile = installer::files::read_file($nshfilename);
1587 my $nlffile = installer::files::read_file($nlffilename);
1590 installer::files::save_file($nshfilename, $nshfile);
1591 installer::files::save_file($nlffilename, $nlffile);
1730 my $translationfile = installer::files::read_file($translationfilename);
1881 my $scriptfile = installer::files::read_file($$scriptref);
1946 my $templatefile = installer::files::read_file($$templateref);