Home
last modified time | relevance | path

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

/system/sepolicy/prebuilts/api/29.0/private/
Dgsid.te80 # install_status - A short string indicating whether a GSI image is bootable.
/system/sepolicy/prebuilts/api/30.0/private/
Dgsid.te105 # install_status - A short string indicating whether a GSI image is bootable.
/system/sepolicy/private/
Dgsid.te118 # install_status - A short string indicating whether a GSI image is bootable.
/system/sepolicy/prebuilts/api/31.0/private/
Dgsid.te118 # install_status - A short string indicating whether a GSI image is bootable.
/system/apex/apexd/
Dapexd.cpp743 Result<void> install_status = (*call)(apexes, mount_points); in PrePostinstallPackages() local
744 if (!install_status.ok()) { in PrePostinstallPackages()
745 return install_status; in PrePostinstallPackages()