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

  /bionic/tools/bionicbb/
bionicbb.py 31 def gerrit_url(endpoint): function
72 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
80 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
113 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
gerrit.py 41 gerrit_url = 'https://android-review.googlesource.com'
42 url = gerrit_url + endpoint

Completed in 161 milliseconds