Searched refs:RebootAndInstallUpgradePackage (Results 1 – 5 of 5) sorted by relevance
42 bool ret = RebootAndInstallUpgradePackage(MISC_FILE, packageName1);48 ret = RebootAndInstallUpgradePackage(MISC_FILE, packageName2);
22 extern bool RebootAndInstallUpgradePackage(const std::string &miscFile, const std::vector<std::stri…
58 bool ret = RebootAndInstallUpgradePackage("/misc", installFiles); in DoUpdaterInstall()
91 bool RebootAndInstallUpgradePackage(const std::string &miscFile, const std::vector<std::string> &pa… in RebootAndInstallUpgradePackage() function
121 return RebootAndInstallUpgradePackage(miscFile, filePath); in ExecUpdate()