Home | History | Annotate | Download | only in scan-build

Lines Matching refs:ScanView

446   my $CSS = Cwd::realpath("$RealBin/scanview.css");
448 DieDiag("Cannot find 'scanview.css'.\n")
453 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
582 <link type="text/css" rel="stylesheet" href="scanview.css"/>
1725 my $ScanView = Cwd::realpath("$RealBin/scan-view");
1726 if (! -x $ScanView) { $ScanView = "scan-view"; }
1727 exec $ScanView, "$HtmlDir";