Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h378 #define LP_BLOCK_DEVICE_SLOT_SUFFIXED (1 << 0) macro
/system/core/fs_mgr/liblp/
Dreader.cpp413 if (!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED)) { in AdjustMetadataForSlot()
421 block_device.flags &= ~LP_BLOCK_DEVICE_SLOT_SUFFIXED; in AdjustMetadataForSlot()
Dwriter.cpp118 if (block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) { in ValidateAndSerializeMetadata()
Dbuilder.cpp893 metadata->block_devices.back().flags |= LP_BLOCK_DEVICE_SLOT_SUFFIXED; in Export()
/system/extras/partition_tools/
Dlpdump.cc105 if (flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) strings.emplace_back("slot-suffixed"); in BuildBlockDeviceFlagString()
/system/core/fastboot/
Dfastboot.cpp1727 bool force_slot = !!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED); in wipe_super()