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