Home | History | Annotate | Download | only in Scripts

Lines Matching refs:paths

141 my %paths = processPaths(@ARGV);
1179 my ($paths) = @_;
1180 return ("." => 1) if (!@{$paths});
1184 for my $file (@{$paths}) {
1185 die "can't handle absolute paths like \"$file\"\n" if File::Spec->file_name_is_absolute($file);
1193 die "can't handle paths with .. like \"$untouchedFile\"\n" if $file =~ m|/\.\./|;
1200 # Remove any paths that also have a parent listed.
1224 my @paths = @_;
1226 my $pathsString = "'" . join("' '", @paths) . "'";
1372 open STAT, "-|", statusCommand(keys %paths) or die "The status failed: $!.\n";
1563 my @dirs = keys(%paths);