Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unpackFile (0.1 sec)

  1. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPacker.java

            if (treeType == TreeType.FILE) {
                if (isDirEntry) {
                    throw new IllegalStateException("Should be a file: " + treeName);
                }
                RegularFileSnapshot fileSnapshot = unpackFile(input, rootEntry, treeRoot, treeRoot.getName());
                snapshots.put(treeName, fileSnapshot);
                return input.getNextEntry();
            }
    
            if (!isDirEntry) {
    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