Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
Dsuper_layout_builder.h33 enum class Type { INVALID, DATA, PARTITION, ZERO, DONTCARE }; enumerator
47 : SuperImageExtent(offset, size, Type::PARTITION) { in SuperImageExtent()
/system/core/fs_mgr/liblp/
Dsuper_layout_builder.cpp214 case Type::PARTITION: in operator ==()
227 case SuperImageExtent::Type::PARTITION: in operator <<()
/system/core/fastboot/
Dsuper_flash_helper.cpp105 case SuperImageExtent::Type::PARTITION: { in GetSparseLayout()