| 357 | } |
| 358 | |
| 359 | void forEachEntry(const std::wstring& path, void* cx, DirStartF* dirStartF, |
| 360 | DirEndF* dirEndF, FileF* fileF) |
| 361 | { |
| 362 | DirectoryWalker().forEachEntry(path, cx, dirStartF, dirEndF, fileF); |
| 363 | } |
| 364 | |
| 365 | Directory getFilesAndDirs(const std::wstring& path) |
| 366 | { |
no test coverage detected