Home
last modified time | relevance | path

Searched refs:_mkpath (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
D04-xs-rpath-darwin.t68 sub _mkpath { mkpath($_[0]) or die "Could not create directory $_[0] : $!" };
132 _mkpath( $dir );
182 _mkpath( $self->{mylib_dir} );
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
DInstall.pm462 sub _mkpath { subroutine
773 _mkpath( $targetdir, 0, $Perm_Dir, $verbose, $dry_run );
787 _mkpath( $targetdir, 0, $Perm_Dir, $verbose, $dry_run );
827 _mkpath( $dir, 0, $Perm_Dir, $verbose, $dry_run );
1165 _mkpath($autodir,0,$Perm_Dir) if defined $autodir;
1190 _mkpath($dirname,0,$Perm_Dir);
/openbsd/src/gnu/usr.bin/perl/cpan/File-Path/lib/File/
DPath.pm173 return _mkpath( $data, $paths );
176 sub _mkpath { subroutine
195 push( @created, _mkpath( $data, [$parent] ) );