Home | History | Annotate | Download | only in Scripts

Lines Matching full:spec

37 use File::Spec;
101 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
143 return -d File::Spec->catdir($dir, ".svn");
179 return File::Spec->abs2rel($previousDirectory, $newDirectory);
199 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
226 $path = File::Spec->catdir($parent, $path);
229 return File::Spec->rel2abs($last);
268 my $relativePath = File::Spec->abs2rel($file);
310 $file = File::Spec->canonpath($file);
314 foreach my $dir (File::Spec->splitdir($file)) {
321 return ($#dirs >= 0) ? File::Spec->catdir(@dirs) : ".";
342 my $normalizedFullPath = File::Spec->catdir(File::Spec->splitdir($fullPath));
346 my $normalizedStatPath = File::Spec->catdir(File::Spec->splitdir(substr($_, 7)));