Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/
Dexport.ps122 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable
29 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable
33 $var_val = $var_val.Trim($S + "%PATH%") variable
35 $var_val = $var_val.Trim($S + "`$PATH") variable
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_cmd_init.ps172 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable
73 $var_val = $var_val -replace "%(.+)%", "`$env:`$1" # convert var syntax to PS using RegEx variable
74 … $var_val = $ExecutionContext.InvokeCommand.ExpandString($var_val) # expand variables to values variable
81 $var_val = $pair[1].Trim() # trim spaces on the ends of the val variable