HomeSort by relevance Sort by last modified time
    Searched refs:splitdir (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 314 foreach my $dir (File::Spec->splitdir($file)) {
342 my $normalizedFullPath = File::Spec->catdir(File::Spec->splitdir($fullPath));
346 my $normalizedStatPath = File::Spec->catdir(File::Spec->splitdir(substr($_, 7)));
svn-unapply 243 my @dirs = File::Spec->splitdir($path);
svn-apply 201 my @dirs = File::Spec->splitdir($path);
svn-create-patch 242 $diffFiles->{$path}->{isTestFile} = exists $testDirectories{(File::Spec->splitdir($path))[0]} ? 1 : 0;
prepare-ChangeLog     [all...]

Completed in 41 milliseconds