| 23 | } |
| 24 | |
| 25 | std::wstring CachedResource::GetLocalPath() const |
| 26 | { |
| 27 | return GetResourceLocalPath() + L"\\" + FromStdUTF8(version_.Version.ToString()) + L"_" + FromStdUTF8(version_.Digest); |
| 28 | } |
| 29 | |
| 30 | std::wstring CachedResource::GetLocalPackagePath() const |
| 31 | { |
nothing calls this directly
no test coverage detected