Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readAccessType (0.18 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/FileSystemSnapshotSerializer.java

                } else {
                    internedAbsolutePath = stringInterner.intern(toAbsolutePath(pathTracker, path));
                    internedName = path;
                }
                FileMetadata.AccessType accessType = readAccessType(decoder);
                switch (type) {
                    case REGULAR_FILE:
                        HashCode contentHash = readHashCode(decoder);
                        long lastModified = decoder.readSmallLong();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 15:45:55 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top