| 1060 | } |
| 1061 | |
| 1062 | bool CopyFile(const Path& source, const Path& destination, bool noOverwrite) |
| 1063 | { |
| 1064 | return sgMountSystem.copyFile(source, destination, noOverwrite); |
| 1065 | } |
| 1066 | |
| 1067 | bool DumpDirectories(const Path& path, Vector<StringTableEntry>& directories, S32 depth, bool noBasePath) |
| 1068 | { |
no test coverage detected