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