Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/bindings/test/
Dprepare.ps118 $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path variable
21 if (-not (Test-Path -Path "$ScriptDir\ets" -PathType Container)) { variable
22 Write-Error "Error: 'ets' directory not found in $ScriptDir." variable
37 Write-Host "Restoring path '$ScriptDir' back to '$OldPath' in files..." variable
77 if (Test-Path -Path "$ScriptDir\..\ets2panda") { variable
78 Remove-Item -Path "$ScriptDir\..\ets2panda" -Recurse -Force variable
79 Write-Host "Removed '$ScriptDir\..\ets2panda' directory." variable