Home | History | Annotate | Download | only in SunSpider

Lines Matching refs:FILE

29 use File::Basename;
30 use File::Spec;
124 open FILE, ">", $path or die "Failed to open $path";
125 print FILE $contents;
126 close FILE;
168 my $shellArgs = $jsShellArgs . " -f $prefixFile -f resources/sunspider-standalone-driver.js 2> " . File::Spec->devnull();
187 for my $file (readdir DIR) {
188 if ($file =~ $pattern) {
189 my $age = -M "$dir/$file";
191 $newestFile = $file;
231 dumpToFile(File::Spec->rel2abs($resultsFile), "$resultDirectory/baseline-filename.txt") if $setBaseline;