Searched refs:canonpath (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_string_util.c151 char *canonpath; local
174 canonpath = canonicalize_path (abspath);
175 if (! canonpath)
179 return canonpath;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm33 =item canonpath
36 and then File::Spec::Unix canonpath() is called on the result.
40 sub canonpath { subroutine
43 return $self->SUPER::canonpath($path);
H A DOS2.pm54 return $self->canonpath(join('', @args));
57 sub canonpath { subroutine
143 $path = $self->canonpath( $path ) ;
152 $base = $self->canonpath( $base ) ;
193 return $self->canonpath(
211 $base = $self->canonpath( $base ) ;
227 return $self->canonpath( $path ) ;
H A DEpoc.pm41 =item canonpath()
50 sub canonpath { subroutine
H A DUnix.pm26 =item canonpath()
31 $cpath = File::Spec->canonpath( $path ) ;
35 sub canonpath { subroutine
73 $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
85 my $file = $self->canonpath(pop @_);
148 $tmpdir = defined $tmpdir && $self->canonpath($tmpdir);
355 $path = $self->canonpath( $path ) ;
366 $base = $self->canonpath( $base ) ;
394 return $self->canonpath( $path ) ;
413 If $path is absolute, it is cleaned up and returned using L</canonpath()>
[all...]
H A DFunctions.pm15 canonpath
72 canonpath
H A DWin32.pm88 my $file = $self->canonpath(pop @_);
103 return $self->canonpath(join('', @args));
113 =item canonpath
124 sub canonpath { subroutine
301 for ($path, $base) { $_ = $self->canonpath($_) }
328 return $self->canonpath( $self->catpath('', $result_dirs, '') );
344 $base = $self->canonpath( $base ) ;
360 return $self->canonpath( $path ) ;
H A DVMS.pm142 =item canonpath (override)
148 sub canonpath { subroutine
153 $path = $self->SUPER::canonpath($path);
202 return $self->canonpath($rslt);
214 my $file = $self->canonpath(pop @files);
230 return $self->canonpath($rslt);
399 for ($path, $base) { $_ = $self->canonpath($_) }
434 return $self->canonpath( $self->catpath( '', $path_directories, $path_file ) ) ;
460 $base = $self->canonpath( $base ) ;
483 return $self->canonpath(
[all...]
H A DMac.pm35 =item canonpath
41 sub canonpath { subroutine
123 C<Unix-E<gt>canonpath()> ). Likewise, a "::" is handled like a ".."
167 "root" (again, see C<Unix-E<gt>canonpath()> ). If there are more
643 # maybe this should be done in canonpath() ?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Drel2abs2rel.t64 $perl = File::Spec->canonpath($perl);
65 is( sayok($perl), "ok\n", "canonpath(rel2abs($^X)) = $perl" );
68 is( sayok($perl), "ok\n", "safe_rel(abs2rel(canonpath(rel2abs($^X)))) = $perl" );
70 $perl = safe_rel(File::Spec->canonpath($^X));
71 is( sayok($perl), "ok\n", "safe_rel(canonpath($^X)) = $perl" );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST_PREFIX.t97 $perl_src = File::Spec->canonpath($perl_src);
98 $mm_perl_src = File::Spec->canonpath($mm->{PERL_SRC});
H A DMM_Unix.t45 # when the following calls like canonpath, catdir etc are replaced by
50 is ($class->canonpath($_), File::Spec->canonpath($_), "canonpath $_");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dcwd.t151 grep length, File::Spec->splitdir(File::Spec->canonpath( shift() ));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm83 =item canonpath
88 $cpath = File::Spec->canonpath( $path ) ;
269 If $path is absolute, it is cleaned up and returned using L</canonpath()>.
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py165 cpath = scmutil.canonpath(repo.root, repo.getcwd(), path)
167 cpath = util.canonpath(repo.root, repo.getcwd(), path)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm189 # on VMS canonpath will vmsify:[the.path], but File::Find::find
191 $try = File::Spec->canonpath($try) if ($^O ne 'VMS');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm108 return $self->canonpath($self->SUPER::catfile(@_));
H A DMM_Unix.pm1210 } elsif ($self->canonpath($name) eq
1211 $self->canonpath(basename($name))) { # foo
2325 my $thisperl = $self->canonpath($^X);
H A DMakeMaker.pm500 my($pthinks) = $self->canonpath($INC{'Config.pm'});

Completed in 85 milliseconds