Home | History | Annotate | Download | only in scripts

Lines Matching refs:implFileName

1315     my $implFileName = "$outputDir/" . $name . ".cpp";
1316 open(IMPL, ">$implFileName") or die "Couldn't open file $implFileName";