Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for visitRegularFile (0.22 sec)

  1. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/fingerprint/classpath/impl/ClasspathFingerprintingStrategy.java

                snapshot.accept(new FileSystemLocationSnapshotVisitor() {
                    @Override
                    public void visitRegularFile(RegularFileSnapshot fileSnapshot) {
                        HashCode normalizedContentHash = hashContent(fileSnapshot, relativePath);
                        if (normalizedContentHash == null) {
                            return;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPacker.java

                        storeDirectoryEntry(targetPath, dirMode, tarOutput);
                    }
    
                    @Override
                    public void visitRegularFile(RegularFileSnapshot fileSnapshot) {
                        assertCorrectType(isRoot, snapshot);
                        File file = new File(snapshot.getAbsolutePath());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:19 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top