Home
last modified time | relevance | path

Searched refs:temp_apex (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexd.cpp4035 auto temp_apex = ApexFile::Open(package_path); in InstallPackage() local
4036 if (!temp_apex.ok()) { in InstallPackage()
4037 return temp_apex.error(); in InstallPackage()
4040 const std::string& module_name = temp_apex->GetManifest().name(); in InstallPackage()
4055 if (auto r = CheckSupportsNonStagedInstall(*temp_apex); !r.ok()) { in InstallPackage()
4062 if (auto verify = VerifyPackageNonStagedInstall(*temp_apex); !verify.ok()) { in InstallPackage()
4067 auto new_id_minor = ComputePackageIdMinor(*temp_apex); in InstallPackage()
4072 std::string new_id = GetPackageId(temp_apex->GetManifest()) + "_" + in InstallPackage()
4105 std::string old_new_id = GetPackageId(temp_apex->GetManifest()) + "_" + in InstallPackage()