Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOsPrefix (0.14 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/os/OperatingSystem.java

            public String getNativePrefix() {
                return nativePrefix;
            }
    
            private String resolveNativePrefix() {
                String arch = getArch();
                String osPrefix = getOsPrefix();
                osPrefix += "-" + arch;
                return osPrefix;
            }
    
            protected String getArch() {
                String arch = System.getProperty("os.arch");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top