OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGitSVN
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
update-webkit
144
if (
isGitSVN
()) {
VCSUtils.pm
62
&
isGitSVN
93
my $
isGitSVN
;
208
sub
isGitSVN
()
210
return $
isGitSVN
if defined $
isGitSVN
;
216
$
isGitSVN
= $output ne '';
217
return $
isGitSVN
;
[
all
...]
Completed in 45 milliseconds