Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DumpbinBinaryInfo (0.74 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/platform/BinaryNativePlatformIntegrationTest.groovy

            file.assertIsFile()
            if (os.macOsX) {
                return new OtoolBinaryInfo(file, toolchainUnderTest.runtimeEnv)
            }
            if (os.windows) {
                return DumpbinBinaryInfo.findVisualStudio() ? new DumpbinBinaryInfo(file) : new FileArchOnlyBinaryInfo(file)
            }
            if (ReadelfBinaryInfo.canUseReadelf()) {
                return new ReadelfBinaryInfo(file, toolchainUnderTest.runtimeEnv)
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top