| 1066 | } |
| 1067 | |
| 1068 | S32 FindByPattern( const Path &inBasePath, const String &inFilePattern, bool inRecursive, Vector<String> &outList, bool multiMatch ) |
| 1069 | { |
| 1070 | return sgMountSystem.findByPattern(inBasePath, inFilePattern, inRecursive, outList, false, multiMatch); |
| 1071 | } |
| 1072 | |
| 1073 | bool IsFile(const Path &path) |
| 1074 | { |
no test coverage detected