Searched refs:catpath (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Dcrossplatform.t51 $base = $module->catpath($v, $module->catdir('', 'foo'), '');
58 $file = $module->catpath($v, $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
59 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), '');
64 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), '');
69 $base = $module->catpath('', $module->catdir($module->rootdir, 'foo'), '');
74 $file = $module->catpath('', $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
75 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), '');
80 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), '');
85 $base = $module->catpath('', $module->catdir($module->rootdir, 'foo'), '');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm31 catpath
89 catpath
H A DWin32.pm160 $path = $self->catpath(
182 The results can be passed to L</catpath> to get back a path equivalent to
260 =item catpath
268 sub catpath { subroutine
328 return $self->canonpath( $self->catpath('', $result_dirs, '') );
353 $path = $self->catpath(
H A DOS2.pm107 sub catpath { subroutine
194 $self->catpath( "", $path_directories, $path_file )
220 $path = $self->catpath(
H A DMac.pm177 versions of File::Spec come with a method called C<catpath()> (see
182 C<catpath()> to concatenate I<volume names> and I<directory
186 $abs_path = File::Spec->catpath("MacintoshHD:", $dir,"");
306 you are encouraged to use C<catpath()> (see below).
455 The results can be passed to C<catpath()> to get back a path equivalent to
565 =item catpath
567 $path = File::Spec->catpath($volume,$directory,$file);
580 sub catpath { subroutine
701 return $self->catpath( '', $self->catdir( $base_dirs, $path_dirs ), $path_file ) ;
754 $path = $self->catpath(
[all...]
H A DVMS.pm362 =item catpath (override)
368 sub catpath { subroutine
434 return $self->canonpath( $self->catpath( '', $path_directories, $path_file ) ) ;
480 $path = $self->catpath( $base_volume, $base_directories, $path_file );
H A DUnix.pm241 The results can be passed to L</catpath()> to get back a path equivalent to
293 =item catpath()
302 sub catpath { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t48 $self = File::Spec->catpath($vol, $dirs, $file);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm191 The results can be passed to L</catpath()> to get back a path equivalent to
208 =item catpath()
214 $full_path = File::Spec->catpath( $volume, $directory, $file );
299 <barries@slaysys.com>. splitpath(), splitdir(), catpath() and
H A DTemp.pm392 $parent = File::Spec->catpath($volume, $parent, '');
403 $parent = File::Spec->catpath($volume,$directories,'');
757 my $dir = File::Spec->catpath($volume,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm1853 $dest = File::Spec::Unix->catpath( $dest_volume, $dest_directory, '' ) ;
1857 $source = File::Spec::Unix->catpath( $source_volume, $source_directory, '' ) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm2095 return $self->catpath($rvol,

Completed in 58 milliseconds