Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dutility.cpp226 std::string source_slot_suffix = SlotSuffixForSlotNumber(source_slot_number); in UpdateMetadataForInPlaceSnapshot() local
238 if (slot_suffix == source_slot_suffix) { in UpdateMetadataForInPlaceSnapshot()
256 if (slot_suffix == source_slot_suffix) { in UpdateMetadataForInPlaceSnapshot()
Dbuilder.cpp269 std::string source_slot_suffix = SlotSuffixForSlotNumber(source_slot_number); in UpdateMetadataForOtherSuper() local
278 if (slot_suffix.empty() || slot_suffix != source_slot_suffix) { in UpdateMetadataForOtherSuper()
281 LERROR << "Invalid block device for slot " << source_slot_suffix << ": " in UpdateMetadataForOtherSuper()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1288 auto source_slot_suffix = ReadUpdateSourceSlotSuffix(); in GetSnapshotFlashingStatus() local
1289 if (source_slot_suffix.empty()) { in GetSnapshotFlashingStatus()
1292 uint32_t source_slot = SlotNumberForSlotSuffix(source_slot_suffix); in GetSnapshotFlashingStatus()