Searched refs:slotless_name (Results 1 – 1 of 1) sorted by relevance
418 std::string slotless_name = name; in GetAllPartitionArgsNoSlot() local420 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()