Lines Matching refs:paths
89 my $paths;
93 ( $paths, $verbose, $mode ) = @_;
94 $paths = [$paths] unless UNIVERSAL::isa( $paths, 'ARRAY' );
171 $paths = [@_];
173 return _mkpath( $data, $paths );
178 my $paths = shift;
181 foreach my $path ( @{$paths} ) {
273 my ($arg, $data, $paths);
277 ( $paths, $verbose, $safe ) = @_;
281 if ( defined($paths) and length($paths) ) {
282 $paths = [$paths] unless UNIVERSAL::isa( $paths, 'ARRAY' );
321 $paths = [@_];
334 for my $p (@$paths) {
371 my $paths = shift;
379 foreach my $root (@$paths) {