Searched refs:inactive (Results 1 – 7 of 7) sorted by relevance
/system/libsysprop/srcs/android/sysprop/ |
D | OtaProperties.sysprop | 54 # Update_engine sets the vbmeta digest for the inactive slot, after installing
|
/system/update_engine/ |
D | README.md | 31 everything happens seamlessly from network to memory to the inactive 38 and inactive (B). The system is booted into the active partition (depending on 40 available, it is written into the inactive partition. After a successful reboot, 41 the previously inactive partition becomes active and the old active partition 42 becomes inactive. 72 Next, the updater client marks the inactive partition as unbootable (because it 74 rollback to the inactive partition anymore. 89 After the inactive partition is updated, the entire partition is re-read, hashed 106 After the update proved successful, the inactive partition is marked to have a 167 is performed by switching the currently inactive partition into the active [all …]
|
/system/apex/apexd/ |
D | apexd.cpp | 1386 std::vector<ApexFile> inactive = GetFactoryPackages(); in CalculateInactivePackages() local 1388 inactive.begin(), inactive.end(), [&active](const ApexFile& apex) { in CalculateInactivePackages() 1394 inactive.erase(new_end, inactive.end()); in CalculateInactivePackages() 1395 return std::move(inactive); in CalculateInactivePackages() 1420 std::vector<ApexFile> inactive; in EmitApexInfoList() local 1424 inactive = CalculateInactivePackages(active); in EmitApexInfoList() 1428 CollectApexInfoList(xml, active, inactive); in EmitApexInfoList() 3588 std::vector<ApexFile> inactive = CalculateInactivePackages(active); in UpdateApexInfoList() local 3591 CollectApexInfoList(xml, active, inactive); in UpdateApexInfoList()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 98 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | property_contexts | 291 # The vbmeta digest for the inactive slot. It can be set after installing 467 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|
/system/sepolicy/private/ |
D | property_contexts | 291 # The vbmeta digest for the inactive slot. It can be set after installing 467 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | property_contexts | 102 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|