Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/
Dexport.ps153 $NEW_PATH = $env:PATH.split($S) | Select-Object -Unique # array without duplicates variable
54 $dif_Path = Compare-Object -ReferenceObject $OLD_PATH -DifferenceObject $NEW_PATH -PassThru
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_cmd_init.ps186 $NEW_PATH = $env:Path.split(";") | Select-Object -Unique # array without duplicates variable
87 $dif_Path = Compare-Object -ReferenceObject $OLD_PATH -DifferenceObject $NEW_PATH -PassThru