Home
last modified time | relevance | path

Searched refs:DOWNLOAD_URL (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh57 DOWNLOAD_URL="https://update.code.visualstudio.com/$VERSION/linux-x64/stable"
133 wget "$DOWNLOAD_URL" -O "$DOWNLOAD_FILE" || die "Downloading failed."
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py31 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL variable
41 f.write(urlopen(DOWNLOAD_URL).read())
/third_party/PyYAML/
H A Dsetup.py22 DOWNLOAD_URL = "https://pypi.org/project/PyYAML/" variable
298 download_url=DOWNLOAD_URL,
/third_party/python/Tools/msi/
H A Dbuildrelease.bat30 set DOWNLOAD_URL=https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi} variable
58 if "%1" EQU "--download" (set DOWNLOAD_URL=%~2) && shift && shift && goto CheckOpts variable
190 set BUILDOPTS=/p:Platform=%1 /p:BuildForRelease=true /p:DownloadUrl=%DOWNLOAD_URL% /p:DownloadUrlBase=%DOWNLOAD_URL_BASE% /p:ReleaseUri=%RELEASE_URI%

Completed in 2 milliseconds