Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports_arch/ARMv7-A/
Dupdate.ps1167 $substitute = $replacement[1] variable
169 … $substitute = $ExecutionContext.InvokeCommand.ExpandString($substitute) variable
170 Write-Verbose("`tpatch: `"$original`" -> `"$substitute`"")
171 $content = $content -creplace $original,$substitute
/ThreadX-v6.3.0/ports_arch/ARMv8-A/
Dupdate.ps1172 $substitute = $replacement[1] variable
174 … $substitute = $ExecutionContext.InvokeCommand.ExpandString($substitute) variable
175 Write-Verbose("`tpatch: `"$original`" -> `"$substitute`"")
176 $content = $content -creplace $original,$substitute