JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.cryptomator.jfuse.api.Statvfs
Packages that use
Statvfs
Package
Description
org.cryptomator.jfuse.api
The public jFUSE API.
Uses of
Statvfs
in
org.cryptomator.jfuse.api
Methods in
org.cryptomator.jfuse.api
with parameters of type
Statvfs
Modifier and Type
Method
Description
default int
FuseOperations.
statfs
(
String
path,
Statvfs
statvfs)
Get file system statistics.
default int
FuseOperationsDecorator.
statfs
(
String
path,
Statvfs
statvfs)