OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_svn_revision
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
roll_deps.py
172
def
get_svn_revision
(config, commit):
function
249
revision =
get_svn_revision
(config, 'origin/master')
306
revision =
get_svn_revision
(config, git_hash)
354
svn_info = str(
get_svn_revision
(config, 'HEAD'))
425
master_revision =
get_svn_revision
(config, 'origin/master')
/external/valgrind/main/nightly/bin/
nightly
15
get_svn_revision
() {
function
131
vg_old_rev="`
get_svn_revision
${svn_old_date} ${valgrind_svn_repo}`"
132
vg_new_rev="`
get_svn_revision
${svn_new_date} ${valgrind_svn_repo}`"
133
vex_old_rev="`
get_svn_revision
${svn_old_date} ${vex_svn_repo}`"
134
vex_new_rev="`
get_svn_revision
${svn_new_date} ${vex_svn_repo}`"
Completed in 188 milliseconds