Searched refs:pathFmt (Results 1 – 8 of 8) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Path.pm | 26 sub pathFmt(@) subroutine 57 return pathFmt($Path); 63 return pathFmt(realpath($Path)); 75 return (pathFmt($Path), "Path");
|
| H A D | TUDump.pm | 244 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 D | Utils.pm | 117 push(@AbsPaths, pathFmt($File)); 439 $Filt = pathFmt($Filt);
|
| H A D | SysFiles.pm | 884 $Path = pathFmt($Path); 1049 $Header = pathFmt($Header); 1170 my $Include = pathFmt($1); 2168 $Path = pathFmt($Path); 2223 $Header = pathFmt($Header);
|
| H A D | SysCheck.pm | 1059 $Item = pathFmt($Item); 1691 $HPath = pathFmt($HPath);
|
| H A D | ABIDump.pm | 450 $NeededLib{pathFmt($1)} = 1;
|
| H A D | GccAst.pm | 3435 return (pathFmt($1), $2);
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 9276 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));
|