Searched refs:slotless_name (Results 1 – 1 of 1) sorted by relevance
412 std::string slotless_name = name; in GetAllPartitionArgsNoSlot() local414 slotless_name = name.substr(0, name.rfind("_")); in GetAllPartitionArgsNoSlot()416 if (std::find(partitions.begin(), partitions.end(), slotless_name) == in GetAllPartitionArgsNoSlot()418 partitions.emplace_back(slotless_name); in GetAllPartitionArgsNoSlot()