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);
1643 installer::files::check_file($code_filename);
1644 my $codefile = installer::files::read_file($code_filename);
1725 my $file = installer::files::read_file($onefile->{'sourcepath'});
1732 installer::files::save_file($onefile->{'sourcepath'}, $file);
1755 my $reglocatfile = installer::files::read_file($reglocatfilename);
1783 installer::files::save_file($reglocatfilename ,$reglocatfile);
1807 my $removeregistryfile = installer::files::read_file($removeregistryfilename);
1818 installer::files::save_file($removeregistryfilename ,$removeregistryfile);