Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllowingStat (0.12 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/AbstractFileSystemAccessTest.groovy

            }
    
            void allowHashing(boolean allowed) {
                this.hashingAllowed = allowed
            }
        }
    
        static class AllowingStat implements Stat {
    
            private final Stat delegate
            private boolean statAllowed
    
            AllowingStat(Stat delegate) {
                this.delegate = delegate
            }
    
            @Override
            int getUnixMode(File f) throws FileException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:55 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top