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