Searched refs:powershell (Results 1 – 25 of 38) sorted by relevance
12
/external/grpc-grpc-java/buildscripts/ |
D | make_dependencies.bat | 22 @rem GitHub requires TLSv1.2, and for whatever reason our powershell doesn't have it enabled 23 powershell -command "$ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtoc… 24 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress… 47 powershell -command "$ErrorActionPreference = 'stop'; & { iwr https://cmake.org/files/v3.3/%CMAKE_N… 48 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
|
/external/grpc-grpc/templates/src/csharp/ |
D | build_packages_dotnetcli.bat.template | 28 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs" 32 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins" 53 …powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression…
|
D | build_unitypackage.bat.template | 28 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs" 32 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
|
/external/grpc-grpc/src/csharp/ |
D | build_packages_dotnetcli.bat | 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs" 30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins" 51 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
|
D | build_unitypackage.bat | 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs" 30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
|
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake_as_externalproject.bat | 23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t… 24 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
|
D | run_distrib_test_cmake.bat | 26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t… 27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake_as_externalproject.bat | 23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t… 24 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
|
D | run_distrib_test_cmake.bat | 26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t… 27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
|
/external/scapy/scapy/arch/windows/ |
D | __init__.py | 56 if NEW_RELEASE and conf.prog.powershell is not None: 59 if conf.prog.powershell is None and not ignoreVBS: 81 if conf.prog.powershell: 82 self.process = sp.Popen([conf.prog.powershell, 139 if not conf.prog.powershell: 260 if conf.prog.powershell is None: 312 self.powershell = win_find_exe( 325 self.os_access = (self.powershell is not None) or (self.cscript is not None) 613 if not conf.prog.powershell:
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_windows.bat | 36 powershell -File src\csharp\install_dotnet_sdk.ps1 || goto :error 46 powershell -File tools\internal_ci\helper_scripts\install_python_interpreters.ps1 || goto :error
|
/external/mesa3d/.gitlab-ci/windows/ |
D | Dockerfile | 6 SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Sto…
|
/external/protobuf/kokoro/windows/csharp/ |
D | build.bat | 7 powershell -File install_dotnet_sdk.ps1
|
/external/protobuf/kokoro/release/csharp/windows/ |
D | build_nuget.bat | 7 powershell -File install_dotnet_sdk.ps1
|
/external/rust/crates/clap/src/completions/ |
D | mod.rs | 6 mod powershell; module 17 use self::powershell::PowerShellGen;
|
/external/python/cpython3/kokoro/ |
D | build.cmd | 26 powershell Compress-Archive -Path .\externals -DestinationPath %DEST%\python3-externals-%KOKORO_BUI…
|
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/ |
D | Dockerfile | 25 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; … 38 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; … 91 CMD ["powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
|
/external/google-fruit/extras/scripts/ |
D | postsubmit.bat | 6 FOR /F "delims=" %%F IN ('where powershell.exe') DO (SET POWERSHELL_PATH=!POWERSHELL_PATH!%%~dpF.;)
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/windows/ |
D | grpc_distribtests.bat | 21 powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts"
|
D | bazel_rbe.bat | 23 powershell -Command "[guid]::NewGuid().ToString()" >%KOKORO_ARTIFACTS_DIR%/bazel_invocation_ids
|
/external/exoplayer/tree/extensions/flac/ |
D | README.md | 61 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
|
/external/scapy/test/ |
D | mock_windows.uts | 277 assert conf.prog.powershell != None 279 = Store powershell results 288 conf.prog.powershell = None
|
/external/grpc-grpc/tools/internal_ci/windows/ |
D | grpc_distribtests.bat | 28 powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts"
|
D | grpc_build_packages.bat | 28 powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts"
|
/external/exoplayer/tree/extensions/opus/ |
D | README.md | 66 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
|
12