Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SystemRoot (0.17 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt

    
    val propagatedEnvironmentVariables = listOf(
        // Obviously necessary
        "HOME",
        "SHELL",
        "TERM",
    
        // Otherwise Windows complains "Unrecognized Windows Sockets error: 10106"
        "SystemRoot",
        "OS",
    
        // For Android tests
        "ANDROID_HOME",
        "ANDROID_SDK_ROOT",
        // legacy and new android user home
        "ANDROID_USER_HOME",
        "ANDROID_PREFS_ROOT",
    
        // Used by Visual Studio
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Tue Apr 18 01:52:16 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. doc/go1.22.html

        </p>
    
        <p><!-- CL 467335 -->
          The Go DNS Resolver, used when building with "-tags=netgo",
          now searches for a matching name in the Windows hosts file,
          located at <code>%SystemRoot%\System32\drivers\etc\hosts</code>,
          before making a DNS query.
        </p>
      </dd>
    </dl><!-- net -->
    
    <dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
      <dd>
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top