Lines Matching refs:files
30 use installer::files;
206 installer::files::save_file($ddffilename ,\@ddffile);
912 installer::files::save_file($setupinifilename, $setupinifile);
1130 my $componenttable = installer::files::read_file($componenttablename);
1203 installer::files::save_file($componenttablename, $componenttable);
1256 $reglocatfile = installer::files::read_file($reglocatfilename);
1286 installer::files::save_file($reglocatfilename ,$reglocatfile);
1303 my $filecontent = installer::files::read_file($fullfilename);
1319 installer::files::save_file($fullfilename ,$filecontent);
1645 installer::files::check_file($code_filename);
1646 my $codefile = installer::files::read_file($code_filename);
1735 my $file = installer::files::read_file($onefile->{'sourcepath'});
1742 installer::files::save_file($onefile->{'sourcepath'}, $file);
1765 my $reglocatfile = installer::files::read_file($reglocatfilename);
1793 installer::files::save_file($reglocatfilename ,$reglocatfile);
1817 my $removeregistryfile = installer::files::read_file($removeregistryfilename);
1828 installer::files::save_file($removeregistryfilename ,$removeregistryfile);