Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for fsck (0.05 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/resource/local/DefaultPathKeyFileStore.java

            then removed after the write. This is used to detect partially written files (due to a serious crash)
            and to silently clean them.
         */
        public static final String IN_PROGRESS_MARKER_FILE_SUFFIX = ".fslck";
    
        private File baseDir;
    
        public DefaultPathKeyFileStore(ChecksumService checksumService, File baseDir) {
            this.checksumService = checksumService;
            this.baseDir = baseDir;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 31 20:39:17 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top