Home
last modified time | relevance | path

Searched refs:DoesRemoteURLMatch (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_scm.py163 def DoesRemoteURLMatch(self, options): member in SCMWrapper
1577 def DoesRemoteURLMatch(self, options): member in CipdWrapper
H A Dgclient.py1400 if actual_url and not scm.DoesRemoteURLMatch(self._options):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgclient_test.py64 def DoesRemoteURLMatch(self, _): member in SCMMock