Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getArchName (0.22 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/HostPlatform.groovy

            }
            return new NativeInstallationFixture(file(installDir), os)
        }
    
        String getOsName() {
            return System.getProperty("os.name")
        }
    
        String getArchName() {
            return DefaultNativePlatform.currentArchitecture.name
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top