Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/ports/
Dazrtos_cicd.ps1253 $FullPath = Join-Path $SrcDir $i.Path variable
254 Write-Verbose ("FullPath: " + $FullPath) variable
256 If (-Not $( Test-Path $FullPath -PathType Container )) { variable
257 Write-Host "ERROR: path doesn't exist:" $FullPath -ForegroundColor red variable
265 -WorkingDirectory $FullPath ` variable
269 + ("DOSKEY realclean=" + "git clean -d -f -X " + $FullPath + " & ") ` variable
277 Push-Location $FullPath variable
280 & ("git clean -d -f -X " + $FullPath) variable