Home
last modified time | relevance | path

Searched refs:DownloadFile (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/
Dappveyor-reqs-install.cmd12 …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.zip
41 …appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip …
/external/llvm-project/libcxx/
Dappveyor-reqs-install.cmd12 …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.zip
41 …appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip …
/external/openscreen/build/scripts/
Dinstall-sysroot.py81 def DownloadFile(url, local_path): function
123 DownloadFile(url, tarball_path)
/external/mesa3d/.appveyor/
Dappveyor_msvc.bat28 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…
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake_as_externalproject.bat23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
Drun_distrib_test_cmake.bat26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_as_externalproject.bat23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
Drun_distrib_test_cmake.bat26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile80 (New-Object Net.WebClient).DownloadFile($zulu_url, $zulu_zip); \
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc273 transfer_manager_.get()->DownloadFile(bucket_.c_str(), object_.c_str(), in ReadS3TransferManager()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc323 auto handle = s3_file->transfer_manager->DownloadFile( in ReadS3TransferManager()