Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/tools/
H A Dinstall-deps.ps119 $PROTOC_ZIP = $BASE_DIR + 'protoc.zip' variable
42 if ((Get-FileHash $PROTOC_ZIP -Algorithm SHA256).Hash -ne $PROTOC_SHA256) variable
44 Write-Host "$PROTOC_ZIP sha did not match" variable
47 Expand-Archive -Path $PROTOC_ZIP -DestinationPath $PROTOC_DIR variable