Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetEnvironmentVariable (0.14 sec)

  1. ci/devinfra/docker/windows/Dockerfile

             'LLVM.exe'); \
        Start-Process -FilePath \"C:\Program Files\7-Zip\7z.exe\" -ArgumentList 'x LLVM.exe -oC:\tools\LLVM' -Wait; \
        $env:PATH = [Environment]::GetEnvironmentVariable('PATH', 'Machine') + ';C:\tools\LLVM\bin'; \
        [Environment]::SetEnvironmentVariable('PATH', $env:PATH, 'Machine');
    
    # Install MSYS2, and add some extra tools.
    RUN (New-Object Net.WebClient).DownloadFile( \
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Aug 20 13:57:04 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), func GetCurrentProcess() (Handle, error)
    pkg syscall (windows-386), func GetEnvironmentStrings() (*uint16, error)
    pkg syscall (windows-386), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error)
    pkg syscall (windows-386), func GetExitCodeProcess(Handle, *uint32) error
    pkg syscall (windows-386), func GetFileAttributes(*uint16) (uint32, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top