Lines Matching full:path
3 Write-Output "Couldn't get path to dxil.dll"
6 $env:Path = "$(Split-Path $dxil_dll);$env:Path"
11 $hkey_name = Join-Path -Path $pwd -ChildPath "_install\share\vulkan\icd.d\dzn_icd.x86_64.json"
12 New-Item -Path $hkey_path -force
13 New-ItemProperty -Path $hkey_path -Name $hkey_name -Value 0 -PropertyType DWORD
26 Copy-Item -Path "C:\deqp\testlog.css" -Destination $($results)
27 Copy-Item -Path "C:\deqp\testlog.xsl" -Destination $($results)