Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
file-system-statvfs ( path -- statvfs )
Vocabulary
io.files.info.unix
Inputs and outputs
path
an
object
statvfs
an
object
Definition
USING:
system
;
IN:
io.files.info.unix
HOOK:
file-system-statvfs
os
( path -- statvfs )
Methods
USING:
classes.struct
io.files.info.unix
kernel
libc
system
unix.statvfs.linux
;
M:
linux
file-system-statvfs
\
statvfs64
<struct>
[
statvfs64
io-error
]
keep
;
USING:
io.files.info.unix
kernel
system
;
M:
unix
file-system-statvfs
drop
f
;