Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NativePlatformBackedProcessEnvironment (0.32 sec)

  1. platforms/core-runtime/native/src/main/java/org/gradle/internal/nativeintegration/processenvironment/NativePlatformBackedProcessEnvironment.java

    import net.rubygrapefruit.platform.Process;
    
    import java.io.File;
    
    public class NativePlatformBackedProcessEnvironment extends AbstractProcessEnvironment {
        private final Process process;
    
        public NativePlatformBackedProcessEnvironment(Process process) {
            this.process = process;
        }
    
        @Override
        protected void removeNativeEnvironmentVariable(String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top