| 63 | } |
| 64 | |
| 65 | std::vector<FileInfo> GetAllFiles(FileSystem* fs) { |
| 66 | return GetAllWithType(fs, FileType::File); |
| 67 | } |
| 68 | |
| 69 | void AssertPaths(const std::vector<FileInfo>& infos, |
| 70 | const std::vector<std::string>& expected_paths) { |
no test coverage detected