Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for copiesFiles (0.28 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/DefaultFileOperationsTest.groovy

            when:
            def tarTree = fileOperations.tarTree('path')
    
            then:
            tarTree instanceof FileTreeAdapter
            tarTree.tree instanceof TarFileTree
        }
    
        def copiesFiles() {
            def fileCollection = Mock(ConfigurableFileCollection)
            def fileTree = Mock(FileTreeInternal)
            fileCollectionFactory.configurableFiles() >> fileCollection
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modcmd/vendor.go

    	}
    
    	copiedFiles := make(map[string]bool)
    	dst := filepath.Join(vdir, pkg)
    	copyDir(dst, src, matchPotentialSourceFile, copiedFiles)
    	if m := modload.PackageModule(realPath); m.Path != "" {
    		copyMetadata(m.Path, realPath, dst, src, copiedFiles)
    	}
    
    	ctx := build.Default
    	ctx.UseAllFiles = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 14:19:59 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  3. cni/pkg/install/install.go

    	// Currently we _always_ do this, since the binaries do not live in a shared location
    	// and we harm no one by doing so.
    	copiedFiles, err := copyBinaries(in.cfg.CNIBinSourceDir, in.cfg.CNIBinTargetDirs)
    	if err != nil {
    		cniInstalls.With(resultLabel.Value(resultCopyBinariesFailure)).Increment()
    		return copiedFiles, fmt.Errorf("copy binaries: %v", err)
    	}
    
    	// Install kubeconfig (if needed) - we write/update this in the shared node CNI netdir,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    riableContainer getVariables(); } org/apache/ivy/core/retrieve/RetrieveReport.class package org.apache.ivy.core.retrieve; public final synchronized class RetrieveReport { private java.util.Collection upToDateFiles; private java.util.Collection copiedFiles; private java.util.Map downloadReport; public void RetrieveReport(); public final int getNbrArtifactsCopie(); public final int getNbrArtifactsUpToD(); public final void addCopiedFile(java.io.File, org.apache.ivy.core.report.ArtifactDownloadRepo);...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top