Home
last modified time | relevance | path

Searched refs:_get_first_remote_url (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_scm.py135 def _get_first_remote_url(checkout_path): member in SCMWrapper
152 actual_remote_url = self._get_first_remote_url(self.checkout_path)
159 actual_remote_url = self._get_first_remote_url(mirror.mirror_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgclient_scm_test.py72 gclient_scm.SCMWrapper._get_first_remote_url(FAKE_PATH), answer)