Searched refs:join_P (Results 1 – 7 of 7) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | ElfTools.pm | 267 my $EX = join_P($TmpDir, "test"); 270 $EX = join_P($TmpDir, "test.exe");
|
| H A D | SysFiles.pm | 242 if(-f join_P($Path, $Name)) { 243 return join_P($Path, $Name); 247 my $Candidate = join_P($Path, $CrossPrefix."-".$Name); 332 my $CmdPath = join_P($Path,$Name); 379 return join_P($Path, $Name); 1052 if(-e join_P(getDirname($Path), $Header)) 1324 my $Candidate = join_P($AbsDir, $Include); 1333 my $Candidate = join_P(getDirname($AbsDir), $Include); 1691 return join_P($Path,$Header); 1755 return join_P($HeaderDir,$Header); [all …]
|
| H A D | Path.pm | 82 sub join_P($$) subroutine
|
| H A D | Logging.pm | 110 $LOG_PATH{$LVer} = join_P(getAbsPath($LogDir), $LogFile);
|
| H A D | Utils.pm | 111 $File = join_P($Path, $File);
|
| H A D | ABIDump.pm | 1257 return join_P($Dir,$Name);
|
| H A D | GccAst.pm | 3604 return join_P($HDir, $Header);
|