Home
last modified time | relevance | path

Searched refs:join_P (Results 1 – 7 of 7) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DElfTools.pm267 my $EX = join_P($TmpDir, "test");
270 $EX = join_P($TmpDir, "test.exe");
H A DSysFiles.pm242 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 DPath.pm82 sub join_P($$) subroutine
H A DLogging.pm110 $LOG_PATH{$LVer} = join_P(getAbsPath($LogDir), $LogFile);
H A DUtils.pm111 $File = join_P($Path, $File);
H A DABIDump.pm1257 return join_P($Dir,$Name);
H A DGccAst.pm3604 return join_P($HDir, $Header);