Searched refs:hmpFile (Results 1 – 2 of 2) sorted by relevance
44 …void ProcessHmpFile(const std::string &hmpFile, const ModuleUpdateStatus &status, const Timer &tim…
186 void ModuleUpdate::ProcessHmpFile(const string &hmpFile, const ModuleUpdateStatus &status, const Ti… in ProcessHmpFile() argument188 LOG(INFO) << "process hmp file=" << hmpFile; in ProcessHmpFile()189 std::unique_ptr<ModuleFile> moduleFile = ModuleFile::Open(hmpFile); in ProcessHmpFile()