| 577 | |
| 578 | |
| 579 | bool KernelCache::LoadImageWithInstallName(std::string installName) |
| 580 | { |
| 581 | std::lock_guard<std::mutex> lock(m_mutex); |
| 582 | return LoadImageWithInstallName(lock, installName); |
| 583 | } |
| 584 | |
| 585 | |
| 586 | bool KernelCache::LoadImageWithInstallName(std::lock_guard<std::mutex>& lock, std::string installName) |
no test coverage detected