Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h336 #define LP_BLOCK_DEVICE_SLOT_SUFFIXED (1 << 0) macro
/system/core/fs_mgr/liblp/
Dreader.cpp372 if (!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED)) { in AdjustMetadataForSlot()
380 block_device.flags &= ~LP_BLOCK_DEVICE_SLOT_SUFFIXED; in AdjustMetadataForSlot()
Dwriter.cpp116 if (block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) { in ValidateAndSerializeMetadata()
Dbuilder.cpp757 metadata->block_devices.back().flags |= LP_BLOCK_DEVICE_SLOT_SUFFIXED; in Export()
/system/extras/partition_tools/
Dlpdump.cc81 if (flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) strings.emplace_back("slot-suffixed"); in BuildBlockDeviceFlagString()