Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_arch/ARMv7-A/
Dupdate.ps1161 $path = $destination_directory + "\" + $patch[0] variable
162 Write-Verbose("Patching file: $path") variable
163 If (Test-Path -Path $path -PathType leaf) { variable
173 Set-Content -Path $path -Value $content -Encoding ascii variable
/ThreadX-v6.4.1/ports_arch/ARMv8-A/
Dupdate.ps1166 $path = $destination_directory + "\" + $patch[0] variable
167 Write-Verbose("Patching file: $path") variable
168 If (Test-Path -Path $path -PathType leaf) { variable
178 Set-Content -Path $path -Value $content -Encoding ascii variable