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

Function FiosIsRoot

src/os/unix/unix.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#include "../../safeguards.h"
59
60bool FiosIsRoot(const std::string &path)
61{
62 return path == PATHSEP;
63}
64
65void FiosGetDrives(FileList &)
66{

Callers 1

FiosGetFileListFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected