| 916 | } |
| 917 | |
| 918 | FileRef OpenFile(const Path &path, File::AccessMode mode) |
| 919 | { |
| 920 | return sgMountSystem.openFile(path,mode); |
| 921 | } |
| 922 | |
| 923 | bool ReadFile(const Path &inPath, void *&outData, U32 &outSize, bool inNullTerminate ) |
| 924 | { |
no test coverage detected