Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for fsck (0.1 sec)

  1. src/internal/syscall/windows/reparse_windows.go

    const (
    	FSCTL_SET_REPARSE_POINT    = 0x000900A4
    	IO_REPARSE_TAG_MOUNT_POINT = 0xA0000003
    	IO_REPARSE_TAG_DEDUP       = 0x80000013
    	IO_REPARSE_TAG_AF_UNIX     = 0x80000023
    
    	SYMLINK_FLAG_RELATIVE = 1
    )
    
    // These structures are described
    // in https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/ca069dad-ed16-42aa-b057-b6b207f447cc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 07:15:06 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/resource/local/DefaultPathKeyFileStoreTest.groovy

            when:
            createFile("abc", "fs/a").exists()
            createFile("lock", "fs/a.fslck").exists()
            then:
            store.get("a") == null
            store.get("a.fslock") == null
        }
    
        def "can overwrite stale files "() {
            given:
            createFile("abc", "fs/a").exists()
            createFile("lock", "fs/a.fslck").exists()
            when:
            store.add("a", { File f -> f.text = "def"} as Action<File>)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 20 09:57:05 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

    import jcifs.internal.dtyp.SecurityInfo;
    import jcifs.internal.fscc.BasicFileInformation;
    import jcifs.internal.fscc.FileBasicInfo;
    import jcifs.internal.fscc.FileInformation;
    import jcifs.internal.fscc.FileInternalInfo;
    import jcifs.internal.fscc.FileRenameInformation2;
    import jcifs.internal.fscc.FileStandardInfo;
    import jcifs.internal.fscc.FileSystemInformation;
    import jcifs.internal.smb1.com.SmbComBlankResponse;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  4. 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)
  5. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&FilledVerySmallSquare;":           "\u25aa",
    	"&Fopf;":                            "\U0001d53d",
    	"&ForAll;":                          "\u2200",
    	"&Fouriertrf;":                      "\u2131",
    	"&Fscr;":                            "\u2131",
    	"&GJcy;":                            "\u0403",
    	"&GT;":                              "\u003e",
    	"&Gamma;":                           "\u0393",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.fnc"/>
      </mime-type>
      <mime-type type="application/vnd.frogans.ltf">
        <glob pattern="*.ltf"/>
      </mime-type>
      <mime-type type="application/vnd.fsc.weblaunch">
        <glob pattern="*.fsc"/>
      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasys">
        <glob pattern="*.oas"/>
      </mime-type>
      <mime-type type="application/vnd.fujitsu.oasys2">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top