Searched refs:CheckSupportsNonStagedInstall (Results 1 – 1 of 1) sorted by relevance
3468 Result<void> CheckSupportsNonStagedInstall(const ApexFile& cur_apex, in CheckSupportsNonStagedInstall() function3628 if (auto r = CheckSupportsNonStagedInstall(*cur_apex, *temp_apex); !r.ok()) { in InstallPackage()