Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3468 Result<void> CheckSupportsNonStagedInstall(const ApexFile& cur_apex, in CheckSupportsNonStagedInstall() function
3628 if (auto r = CheckSupportsNonStagedInstall(*cur_apex, *temp_apex); !r.ok()) { in InstallPackage()