| 1065 | } |
| 1066 | |
| 1067 | bool DumpDirectories(const Path& path, Vector<StringTableEntry>& directories, S32 depth, bool noBasePath) |
| 1068 | { |
| 1069 | return sgMountSystem.dumpDirectories(path, directories, depth, noBasePath); |
| 1070 | } |
| 1071 | |
| 1072 | DirectoryRef CreateDirectory(const Path &path) |
| 1073 | { |
no test coverage detected