Searched refs:rel2abs (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm8 # We use getcwd() because otherwise rel2abs will blow up under taint
16 use lib map File::Spec->rel2abs($_, $cwd), qw(blib/arch blib/lib);
H A DMM_Unix.pm2372 $self->{ABSPERL} = $self->rel2abs($self->{ABSPERL});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.t29 $path_to_TEST = File::Spec->rel2abs('t/TEST');
119 $path_to_libFile = File::Spec->rel2abs(File::Spec->catdir('lib','File'));
120 $path_to_dist = File::Spec->rel2abs(File::Spec->curdir);
H A DSpec.pm226 L</rel2abs()>. This means that it is taken to be relative to
239 If $path is relative, it is converted to absolute form using L</rel2abs()>.
248 =item rel2abs()
252 $abs_path = File::Spec->rel2abs( $path ) ;
253 $abs_path = File::Spec->rel2abs( $path, $base ) ;
256 then it is converted to absolute form using L</rel2abs()>. This means that it
297 <wegner_thomas@yahoo.com>. abs2rel() and rel2abs() written by Shigio
H A DTemp.pm741 $path = File::Spec->rel2abs($path);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t19 use File::Spec::Functions qw(:DEFAULT splitdir rel2abs splitpath);
24 my $d = rel2abs(curdir);
H A Dstat.t97 my $cwd = File::Spec->rel2abs($Curdir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm33 rel2abs
91 rel2abs
H A DOS2.pm141 $path = $self->rel2abs( $path ) ;
150 $base = $self->rel2abs( $base ) ;
199 sub rel2abs { subroutine
208 $base = $self->rel2abs( $base ) ;
H A DUnix.pm329 L</rel2abs()>. This means that it is taken to be relative to
336 If $path is relative, it is converted to absolute form using L</rel2abs()>.
352 $path = $self->rel2abs( $path ) ;
363 $base = $self->rel2abs( $base ) ;
397 =item rel2abs()
401 $abs_path = File::Spec->rel2abs( $path ) ;
402 $abs_path = File::Spec->rel2abs( $path, $base ) ;
406 L</rel2abs()>. This means that it is taken to be relative to
423 sub rel2abs { subroutine
433 $base = $self->rel2abs(
[all...]
H A DVMS.pm415 for ($path, $base) { $_ = $self->rel2abs($_) }
438 =item rel2abs (override)
444 sub rel2abs { subroutine
446 return vmspath(File::Spec::Unix::rel2abs( $self, @_ ))
457 $base = $self->rel2abs( $base ) ;
H A DMac.pm623 If $base is relative, then it is converted to absolute form using C<rel2abs()>.
635 If $path is relative, it is converted to absolute form using C<rel2abs()>.
662 $path = $self->rel2abs( $path ) ;
670 $base = $self->rel2abs( $base ) ;
704 =item rel2abs
708 $abs_path = File::Spec->rel2abs( $path ) ;
709 $abs_path = File::Spec->rel2abs( $path, $base ) ;
716 using C<rel2abs()>. This means that it is taken to be relative to the
729 sub rel2abs { subroutine
738 $base = $self->rel2abs(
[all...]
H A DWin32.pm309 for ($path, $base) { $_ = $self->rel2abs($_) }
332 sub rel2abs { subroutine
341 $base = $self->rel2abs( $base ) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Drel2abs2rel.t61 $perl = File::Spec->rel2abs($^X);
65 is( sayok($perl), "ok\n", "canonpath(rel2abs($^X)) = $perl" );
68 is( sayok($perl), "ok\n", "safe_rel(abs2rel(canonpath(rel2abs($^X)))) = $perl" );
H A Dcrossplatform.t93 my ($one_v) = $module->splitpath( $module->rel2abs($one) );
94 my ($two_v) = $module->splitpath( $module->rel2abs($two) );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm73 my $perlpath = File::Spec->rel2abs( $perl );
106 $lib = File::Spec->rel2abs($lib);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm54 unshift @INC, map { File::Spec->rel2abs($_) } @_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DManifest.t26 @INC = map { File::Spec->rel2abs($_) } @INC;
H A DConstant.t30 # 5.005 doesn't have new enough File::Spec to have rel2abs. But actually we
34 $perl = File::Spec->rel2abs ($perl) unless $] < 5.006;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL915 my $cwd = File::Spec->rel2abs( File::Spec->curdir );

Completed in 78 milliseconds