| 11 | {} |
| 12 | |
| 13 | std::wstring CachedResource::GetResourceLocalPath() const |
| 14 | { |
| 15 | return cachePath_ + L"\\" + FromStdUTF8(resourceName_); |
| 16 | } |
| 17 | |
| 18 | std::wstring CachedResource::TryCreateLocalResourceCacheDirectory() |
| 19 | { |
nothing calls this directly
no test coverage detected