Searched refs:DownloadFile (Results 1 – 11 of 11) sorted by relevance
12 …appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -Fil…29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip41 …appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip …
12 …appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-win32.exe -Fil…29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip41 …appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip …
81 def DownloadFile(url, local_path): function123 DownloadFile(url, tarball_path)
28 if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://github.com/lexxmark/winflexbis…34 if not exist "%LLVM_ARCHIVE%" appveyor DownloadFile "https://people.freedesktop.org/~jrfonseca/llvm…
23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
80 (New-Object Net.WebClient).DownloadFile($zulu_url, $zulu_zip); \
273 transfer_manager_.get()->DownloadFile(bucket_.c_str(), object_.c_str(), in ReadS3TransferManager()
323 auto handle = s3_file->transfer_manager->DownloadFile( in ReadS3TransferManager()