Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vboxsf (0.06 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultWatchableFileSystemDetector.java

            // NTFS on macOS
            "ntfs",
            // NTFS on Windows
            "NTFS",
            // FAT32 on macOS
            "msdos",
            // exFAT on macOS
            "exfat",
            // VirtualBox FS
            "vboxsf"
        );
    
        private final FileSystems fileSystems;
    
        public DefaultWatchableFileSystemDetector(FileSystems fileSystems) {
            this.fileSystems = fileSystems;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top