Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h66 #define LP_PARTITION_ATTR_SLOT_SUFFIXED (1 << 1) macro
82 (LP_PARTITION_ATTR_READONLY | LP_PARTITION_ATTR_SLOT_SUFFIXED)
/system/core/fs_mgr/liblp/
Dreader.cpp401 if (!(partition.attributes & LP_PARTITION_ATTR_SLOT_SUFFIXED)) { in AdjustMetadataForSlot()
410 partition.attributes &= ~LP_PARTITION_ATTR_SLOT_SUFFIXED; in AdjustMetadataForSlot()
Dbuilder.cpp940 part.attributes |= LP_PARTITION_ATTR_SLOT_SUFFIXED; in Export()
/system/extras/partition_tools/
Dlpdump.cc91 if (attrs & LP_PARTITION_ATTR_SLOT_SUFFIXED) strings.emplace_back("slot-suffixed"); in BuildAttributeString()
/system/core/fastboot/
Dfastboot.cpp1683 if (partition.attributes & LP_PARTITION_ATTR_SLOT_SUFFIXED) { in should_flash_in_userspace()