Lines Matching refs:files

30 use installer::files;
1051 my $customacfile = installer::files::read_file($customactionfilename);
1078 installer::files::save_file($customactionfilename ,$customacfile);
1721 my $customactiontable = installer::files::read_file($customactiontablename);
1723 my $installuitable = installer::files::read_file($installuitablename);
1725 my $featuretable = installer::files::read_file($featuretablename);
1727 my $directorytable = installer::files::read_file($directorytablename);
1729 my $componenttable = installer::files::read_file($componenttablename);
1912 installer::files::save_file($customactiontablename, $customactiontable);
1913 installer::files::save_file($installuitablename, $installuitable);
1914 installer::files::save_file($featuretablename, $featuretable);
1915 installer::files::save_file($directorytablename, $directorytable);
1916 installer::files::save_file($componenttablename, $componenttable);
1937 my $onefile = installer::files::read_file($onefilename);
1944 installer::files::save_file($onefilename, $onefile);
1962 my $onefile = installer::files::read_file($onefilename);
2002 installer::files::save_file($onefilename, $onefile);
2272 my $customactionidttable = installer::files::read_file($customactionidttablename);
2274 my $installexecutetable = installer::files::read_file($installexecutetablename);
2276 my $adminexecutetable = installer::files::read_file($adminexecutetablename);
2278 my $installuitable = installer::files::read_file($installuitablename);
2280 my $controleventtable = installer::files::read_file($controleventtablename);
2282 my $controlconditiontable = installer::files::read_file($controlconditiontablename);
2376 installer::files::save_file($customactionidttablename, $customactionidttable);
2377 installer::files::save_file($installexecutetablename, $installexecutetable);
2378 installer::files::save_file($adminexecutetablename, $adminexecutetable);
2379 installer::files::save_file($installuitablename, $installuitable);
2380 installer::files::save_file($controleventtablename, $controleventtable);
2381 installer::files::save_file($controlconditiontablename, $controlconditiontable);
2413 my $dialogfile = installer::files::read_file($dialogfilename);
2414 my $controlfile = installer::files::read_file($controlfilename);
2466 installer::files::save_file($dialogfilename, $dialogfile);
2470 installer::files::save_file($controlfilename, $controlfile);