Home
last modified time | relevance | path

Searched refs:PSScriptRoot (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/scapy/.appveyor/
H A DInstallWindump.ps18 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.zip"
16 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable
17 Remove-Item $PSScriptRoot"\npcap.zip" variable
19 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ",""
27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" variable
28 Remove-Item $PSScriptRoot"\npcap" -recurse variable
H A DInstallNpcap.ps18 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.exe"
10 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ",""
18 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
/aosp_15_r20/external/libusb/msvc/
H A Dbuild_all.ps114 …ild -m -v:m -p:PlatformToolset=$toolset,Platform=$plat,Configuration=$conf $PSScriptRoot\libusb.sln
/aosp_15_r20/external/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1497 Join-Path -Path $PSScriptRoot -ChildPath 'Lib\Capstone\capstone.dll' variable