Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for writeTime (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    		Ooblen uint64
    		Data   uint64
    		Oob    uint64
    		Mode   uint8
    		_      [7]uint8
    	}
    	MtdInfo struct {
    		Type      uint8
    		Flags     uint32
    		Size      uint32
    		Erasesize uint32
    		Writesize uint32
    		Oobsize   uint32
    		_         uint64
    	}
    	RegionInfo struct {
    		Offset      uint32
    		Erasesize   uint32
    		Numblocks   uint32
    		Regionindex uint32
    	}
    	OtpInfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg os, func ReadDir(string) ([]fs.DirEntry, error)
    pkg os, func ReadFile(string) ([]uint8, error)
    pkg os, func SameFile(fs.FileInfo, fs.FileInfo) bool
    pkg os, func Stat(string) (fs.FileInfo, error)
    pkg os, func WriteFile(string, []uint8, fs.FileMode) error
    pkg os, method (*File) Chmod(fs.FileMode) error
    pkg os, method (*File) ReadDir(int) ([]fs.DirEntry, error)
    pkg os, method (*File) Readdir(int) ([]fs.FileInfo, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top