Home
last modified time | relevance | path

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

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