Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for outDir2 (0.16 sec)

  1. platforms/software/dependency-management/src/scripts/process-log.groovy

            String opName = line.contains('"name": "allOf"') ?  'allOf' : 'anyOf'
            File outDir = opName == 'allOf' ? allOfDir : anyOfDir
            def sorted = sort(line)
            String opNameWithHash = "${opName}-${sorted.hashCode()}"
    
            Counter counter = opCounters[opNameWithHash]
            counter.inc()
    
            File mergeOp = new File(outDir, "${counter.formattedId}-${opName}-${counter.counter}.json")
            if (mergeOp.exists()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                }
                task dirProducer {
                    outputs.dir 'build/outdir'
                    doLast {
                        file('build/outdir').mkdirs()
                        file('build/outdir/file1.txt').text = 'some content'
                        file('build/outdir/sub').mkdirs()
                        file('build/outdir/sub/file2.txt').text = 'some content'
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  3. src/cmd/covdata/metamerge.go

    	mm.ResetModeAndGranularity()
    }
    
    // emitMeta encodes and writes out a new coverage meta-data file as
    // part of a merge operation, specifically a merge with the
    // "-pcombine" flag.
    func (mm *metaMerge) emitMeta(outdir string, pcombine bool) [16]byte {
    	fh := md5.New()
    	blobs := [][]byte{}
    	tlen := uint64(unsafe.Sizeof(coverage.MetaFileHeader{}))
    	for _, p := range mm.pkgs {
    		var blob []byte
    		if pcombine {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:17:47 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/workcmd/vendor.go

    package workcmd
    
    import (
    	"cmd/go/internal/base"
    	"cmd/go/internal/cfg"
    	"cmd/go/internal/modcmd"
    	"cmd/go/internal/modload"
    	"context"
    )
    
    var cmdVendor = &base.Command{
    	UsageLine: "go work vendor [-e] [-v] [-o outdir]",
    	Short:     "make vendored copy of dependencies",
    	Long: `
    Vendor resets the workspace's vendor directory to include all packages
    needed to build and test all the workspace's packages.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 18:09:22 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/PreCreateOutputParentsStepTest.groovy

    class PreCreateOutputParentsStepTest extends StepSpec<ChangingOutputsContext> {
        def step = new PreCreateOutputParentsStep<>(delegate)
    
        def "outputs are created"() {
            given:
            def outputDir = file("outDir")
            def outputFile = file("parent/outFile")
            def localStateFile = file("local-state/stateFile")
            def destroyableFile = file("destroyable/file.txt")
    
            when:
            step.execute(work, context)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:22 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. src/cmd/covdata/subtractintersect.go

    	op := "from"
    	if s.mode == intersectMode {
    		op = "with"
    	}
    	fmt.Fprintf(os.Stderr, "  go tool covdata %s -i=dir1,dir2 -o=outdir\n\n", s.mode)
    	fmt.Fprintf(os.Stderr, "  \t%ss dir2 %s dir1, writing result\n", s.mode, op)
    	fmt.Fprintf(os.Stderr, "  \tinto output dir outdir.\n")
    	os.Exit(2)
    }
    
    func (s *sstate) Setup() {
    	if *indirsflag == "" {
    		usage("select input directories with '-i' option")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 12:50:46 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/certs/renewal/manager.go

    	if err != nil {
    		return errors.Wrapf(err, "failure while generating %s CSR and key", name)
    	}
    	if err := pkiutil.WriteKey(outdir, name, key); err != nil {
    		return errors.Wrapf(err, "failure while saving %s key", name)
    	}
    
    	if err := pkiutil.WriteCSR(outdir, name, csr); err != nil {
    		return errors.Wrapf(err, "failure while saving %s CSR", name)
    	}
    
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/bugreport/bugreport.go

    	}
    
    	logRuntime(curTime, "Done with bug-report command before generating the archive file")
    
    	outDir, err := os.Getwd()
    	if err != nil {
    		log.Errorf("using ./ to write archive: %s", err.Error())
    		outDir = "."
    	}
    	if outputDir != "" {
    		outDir = outputDir
    	}
    	outPath := filepath.Join(outDir, "bug-report.tar.gz")
    
    	if !config.DryRun {
    		common.LogAndPrintf("Creating an archive at %s.\n", outPath)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. platforms/ide/ide-native/src/main/groovy/org/gradle/ide/visualstudio/tasks/internal/VisualStudioProjectFile.groovy

                    ConfigurationType(configuration.type)
                    if (configuration.buildable) {
                        UseDebugLibraries(configuration.targetBinary.debuggable)
                        OutDir(vsOutputDir)
                        IntDir(vsOutputDir)
                    }
                    if (visualStudioVersion.major > 14) {
                        PlatformToolset("v141")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    		name                     string
    		createKubeConfigFunction func(outDir string, cfg *kubeadmapi.InitConfiguration) error
    		expectedFiles            []string
    		expectedError            bool
    	}{
    		{ // Test createKubeConfigFiles fails for unknown kubeconfig is requested
    			name: "createKubeConfigFiles",
    			createKubeConfigFunction: func(outDir string, cfg *kubeadmapi.InitConfiguration) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top