Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStrippedBinaryFixture (0.2 sec)

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

            if (toolChain?.visualCpp) {
                return file
            } else {
                return file.parentFile.file("stripped/${file.name}")
            }
        }
    
        private NativeBinaryFixture getStrippedBinaryFixture() {
            return new NativeBinaryFixture(strippedRuntimeFile, toolChain)
        }
    
        private NativeBinaryFixture getSymbolFileFixture() {
            return new NativeBinaryFixture(symbolFile, toolChain)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top