Home
last modified time | relevance | path

Searched defs:RemoteFsStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/
Dfsstat.rs25 pub struct RemoteFsStats { struct
49 pub fn statfs(&self) -> io::Result<RemoteFsStats> { in statfs()
61 fn try_into_remote_fs_stats(st: FsStat) -> Result<RemoteFsStats, std::num::TryFromIntError> { in try_into_remote_fs_stats()