Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.cpp418 std::string slotless_name = name; in GetAllPartitionArgsNoSlot() local
420 slotless_name = name.substr(0, name.rfind("_")); in GetAllPartitionArgsNoSlot()
422 if (std::find(partitions.begin(), partitions.end(), slotless_name) == in GetAllPartitionArgsNoSlot()
424 partitions.emplace_back(slotless_name); in GetAllPartitionArgsNoSlot()