Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. ci/devinfra/docker/windows/Dockerfile

      Remove-Item $zulu_zip; \
      $env:PATH = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\") + \";${zulu_root}\\bin\"; \
      [Environment]::SetEnvironmentVariable(\"PATH\", $env:PATH, \"Machine\"); \
      $env:JAVA_HOME = $zulu_root; \
      [Environment]::SetEnvironmentVariable(\"JAVA_HOME\", $env:JAVA_HOME, \"Machine\")
    
    # Point to the LLVM installation.
    # The Bazel Windows guide claims it can find LLVM automatically,
    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 SetCurrentDirectory(*uint16) error
    pkg syscall (windows-386), func SetEndOfFile(Handle) error
    pkg syscall (windows-386), func SetEnvironmentVariable(*uint16, *uint16) error
    pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error
    pkg syscall (windows-386), func SetFilePointer(Handle, int32, *int32, uint32) (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