| 1225 | } |
| 1226 | |
| 1227 | S32 FindByPattern( const Path &inBasePath, const String &inFilePattern, bool inRecursive, Vector<String> &outList, bool multiMatch ) |
| 1228 | { |
| 1229 | return sgMountSystem.findByPattern(inBasePath, inFilePattern, inRecursive, outList, false, multiMatch); |
| 1230 | } |
| 1231 | |
| 1232 | bool IsFile(const Path &path) |
| 1233 | { |
no test coverage detected