Home
last modified time | relevance | path

Searched refs:pathFmt (Results 1 – 8 of 8) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DPath.pm26 sub pathFmt(@) subroutine
57 return pathFmt($Path);
63 return pathFmt(realpath($Path));
75 return (pathFmt($Path), "Path");
H A DTUDump.pm244 print TMP_HEADER " #include \"".pathFmt($HPath, "unix")."\"\n";
249 print TMP_HEADER " #include \"".pathFmt($HPath, "unix")."\"\n";
544 $Path = pathFmt($Path);
860 return "-I\"".pathFmt($Path, "unix")."\"";
899 $CurHeader = pathFmt($1);
H A DUtils.pm117 push(@AbsPaths, pathFmt($File));
439 $Filt = pathFmt($Filt);
H A DSysFiles.pm884 $Path = pathFmt($Path);
1049 $Header = pathFmt($Header);
1170 my $Include = pathFmt($1);
2168 $Path = pathFmt($Path);
2223 $Header = pathFmt($Header);
H A DSysCheck.pm1059 $Item = pathFmt($Item);
1691 $HPath = pathFmt($HPath);
H A DABIDump.pm450 $NeededLib{pathFmt($1)} = 1;
H A DGccAst.pm3435 return (pathFmt($1), $2);
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl9276 printMsg("INFO", "Report: ".pathFmt(getReportPath("Join")));
9280 printMsg("INFO", "Report (BC): ".pathFmt(getReportPath("Binary")));
9281 printMsg("INFO", "Report (SC): ".pathFmt(getReportPath("Source")));
9285 printMsg("INFO", "Report: ".pathFmt(getReportPath("Binary")));
9289 printMsg("INFO", "Report: ".pathFmt(getReportPath("Source")));
9563 printMsg("INFO", "Dump path: ".pathFmt($DumpPath));