Searched refs:_mkpath (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| D | 04-xs-rpath-darwin.t | 68 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/ |
| D | Install.pm | 462 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/ |
| D | Path.pm | 173 return _mkpath( $data, $paths ); 176 sub _mkpath { subroutine 195 push( @created, _mkpath( $data, [$parent] ) );
|