Documentation ¶
Index ¶
- Constants
- func ConvertStat(info fs.FileInfo) (stat *syscall.Stat_t)
- func Exist(path string) bool
- func ExistDir(path string) bool
- func GetFilePhysicalSize(name string) (size int64, err error)
- func ReadDir(name string) (dentries []string, err error)
- func Stat(name string) (stat *syscall.Stat_t, err error)
- type FilesystemInfo
Constants ¶
View Source
const StatBlockSize = 512
Variables ¶
This section is empty.
Functions ¶
func GetFilePhysicalSize ¶
Types ¶
type FilesystemInfo ¶
func Statfs ¶
func Statfs(name string) (stat *FilesystemInfo, err error)
Click to show internal directories.
Click to hide internal directories.