| 594 | } |
| 595 | |
| 596 | bool FolderExists(const char *pFilename, int Type) override |
| 597 | { |
| 598 | return GenericExists(pFilename, Type, fs_is_dir); |
| 599 | } |
| 600 | |
| 601 | bool ReadFile(const char *pFilename, int Type, void **ppResult, unsigned *pResultLen) override |
| 602 | { |
no outgoing calls
no test coverage detected