Searched refs:targetSoPathMap_ (Results 1 – 2 of 2) sorted by relevance
802 std::map<std::string, std::string> targetSoPathMap_; variable
4588 targetSoPathMap_.clear(); in ResetInstallProperties()5009 targetSoPathMap_.emplace(info.GetCurModuleName(), targetSoPath); in InnerProcessNativeLibs()5080 auto targetSoPath = targetSoPathMap_.find(moduleName); in VerifyCodeSignatureForHap()5082 if (targetSoPath != targetSoPathMap_.end()) { in VerifyCodeSignatureForHap()