Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd.cpp860 const auto& verify_package_boot_status = VerifyPackageBoot(apex_file); in VerifyPackageStagedInstall() local
861 if (!verify_package_boot_status.ok()) { in VerifyPackageStagedInstall()
862 return verify_package_boot_status; in VerifyPackageStagedInstall()
3495 const auto& verify_package_boot_status = VerifyPackageBoot(apex_file); in VerifyPackageNonStagedInstall() local
3496 if (!verify_package_boot_status.ok()) { in VerifyPackageNonStagedInstall()
3497 return verify_package_boot_status; in VerifyPackageNonStagedInstall()