| 663 | } |
| 664 | |
| 665 | void DirectoryEntry::onFile(Context* cx, std::wstring_view path, FILETIME ft) |
| 666 | { |
| 667 | elapsed(cx->stats.fileTimes, [&] { |
| 668 | cx->current.top()->insert(path, cx->origin, ft, L"", -1, cx->stats); |
| 669 | }); |
| 670 | } |
| 671 | |
| 672 | void DirectoryEntry::addFiles(FilesOrigin& origin, const BSA::Folder::Ptr archiveFolder, |
| 673 | FILETIME fileTime, const std::wstring& archiveName, |