Home
last modified time | relevance | path

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

/aosp_15_r20/external/scapy/.appveyor/
H A DInstallWindump.ps116 Unzip $PSScriptRoot"\npcap.zip" $PSScriptRoot"\npcap" variable
17 Remove-Item $PSScriptRoot"\npcap.zip" variable
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.ps118 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait variable
/aosp_15_r20/external/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1497 Join-Path -Path $PSScriptRoot -ChildPath 'Lib\Capstone\capstone.dll' variable