Home | History | Annotate | Download | only in test

Lines Matching refs:infile

212   my $infile = join "", "iframe/", $content_type, ".html";
213 $infile =~ tr/\//_/;
214 $infile = $target_path.$infile;
216 open OUT, "> $infile" or die "Failed to open file $infile";
263 my $infile = join "", "main/", $content_type, $count, ".html";
264 $infile =~ tr/\//_/;
266 $infile = $target_path.$infile;
269 open OUT, "> $infile" or die "Failed to open file $infile";