Home
last modified time | relevance | path

Searched defs:InstallScriptPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/
H A Dinstall_dotnet_sdk.ps111 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
19 &$InstallScriptPath -Version 3.1.415 variable
20 &$InstallScriptPath -Version 6.0.100 variable
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/
H A Dinstall_dotnet_sdk.ps111 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
19 &$InstallScriptPath -Version 3.1.415 variable
20 &$InstallScriptPath -Version 6.0.100 variable
/aosp_15_r20/external/grpc-grpc/src/csharp/
H A Dinstall_dotnet_sdk.ps121 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' variable
29 &$InstallScriptPath -Version 3.1.415 variable
30 &$InstallScriptPath -Version 6.0.100 variable