MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / FiosGetDrives

Function FiosGetDrives

src/os/unix/unix.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void FiosGetDrives(FileList &)
66{
67 return;
68}
69
70std::optional<uint64_t> FiosGetDiskFreeSpace(const std::string &path)
71{

Callers 1

FiosGetFileListFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected