Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dmetrics.py31 UPLOAD_SCRIPT = os.path.join(DEPOT_TOOLS, 'upload_metrics.py') variable
187 p = subprocess2.Popen(['vpython3', UPLOAD_SCRIPT], stdin=subprocess2.PIPE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dmetrics_test.py141 ['vpython3', metrics.UPLOAD_SCRIPT], stdin=metrics.subprocess2.PIPE)