MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / statvfs

Method statvfs

fs/subfs.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 return underlayfs->statfs(path, buf);
207 }
208 virtual int statvfs(const char *path, struct statvfs *buf) override
209 {
210 PathCat __(this, path);
211 return underlayfs->statvfs(path, buf);
212 }
213 virtual int utime(const char *path, const struct utimbuf *file_times) override
214 {
215 PathCat __(this, path);

Callers 2

OVERRIDE_ASYNCMethod · 0.45
xmp_statfsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected