Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for f2fs (0.07 sec)

  1. cni/pkg/nodeagent/fakes_test.go

    //
    // Open should reject attempts to open names that do not satisfy
    // ValidPath(name), returning a *PathError with Err set to
    // ErrInvalid or ErrNotExist.
    func (ffs *fakeFsWithFakeFds) Open(name string) (fs.File, error) {
    	f, err := ffs.ReadDirFS.Open(name)
    	if err != nil {
    		return nil, err
    	}
    	return wrapFile(f), nil
    }
    
    func wrapFile(f fs.File) fs.File {
    	return &fakeFileFakeFds{File: f, fd: 0}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	case CRC32:
    		// CRC32 has a mandatory F2 prefix.
    		// If there are multiple F2s and no F3s, the extra F2s do not print.
    		// (And Decode has already marked them implicit.)
    		// However, if there is an F3 anywhere, then the extra F2s do print.
    		// If there are multiple F2 prefixes *and* an (ignored) F3,
    		// then libopcodes prints the extra F2s as REPNs.
    		if countPrefix(&inst, 0xF2) > 1 {
    			unmarkImplicit(&inst, 0xF2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  3. src/os/os_windows_test.go

    	f1s, err := os.Stat(pathA)
    	if err != nil {
    		t.Fatal(err)
    	}
    	f2s, err := os.Stat(pathB)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !os.SameFile(f1, f1s) {
    		t.Errorf("SameFile(%v, %v) = false; want true", f1, f1s)
    	}
    	if !os.SameFile(f2, f2s) {
    		t.Errorf("SameFile(%v, %v) = false; want true", f2, f2s)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go

    	MNT_WXALLOWED                     = 0x800
    	MOUNT_AFS                         = "afs"
    	MOUNT_CD9660                      = "cd9660"
    	MOUNT_EXT2FS                      = "ext2fs"
    	MOUNT_FFS                         = "ffs"
    	MOUNT_FUSEFS                      = "fuse"
    	MOUNT_MFS                         = "mfs"
    	MOUNT_MSDOS                       = "msdos"
    	MOUNT_NCPFS                       = "ncpfs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top