MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / statfs

Class statfs

kernel/orbis/src/sys/sys_vfs.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16namespace orbis {
17struct statfs {
18 char pad[0x118];
19 char f_fstypename[16]; /* filesystem type name */
20 char f_mntfromname[88]; /* mounted filesystem */
21 char f_mntonname[88]; /* directory on which mounted */
22};
23} // namespace orbis
24
25orbis::SysResult orbis::sys_statfs(Thread *thread, ptr<char> path,

Callers 2

_rpcsx_initializeFunction · 0.50
jit_compilerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected