Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/
Dexport.ps121 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable
28 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable
30 if ($var_name -eq "PATH") { variable
40 New-Item -Path "env:$var_name" -Value "$var_val" -Force variable
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_cmd_init.ps171 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable
80 $var_name = $pair[0].Trim() # trim spaces on the ends of the name variable
82 Set-Item -Path "Env:$var_name" -Value "$var_val" variable