Home
last modified time | relevance | path

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

/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11077 $errLogFileName = -join($guid, "-stderr.log") in Start-ExternalProcess() variable
1079 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Start-ExternalProcess()
1174 $errLogFileName = -join($guid, "-stderr.log") in Run-ExternalProcessWithWaitAndKill() variable
1176 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Run-ExternalProcessWithWaitAndKill()