| 15 | |
| 16 | namespace orbis { |
| 17 | struct 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 | |
| 25 | orbis::SysResult orbis::sys_statfs(Thread *thread, ptr<char> path, |
no outgoing calls
no test coverage detected