Searched refs:AddSlotSuffix (Results 1 – 7 of 7) sorted by relevance
52 static std::string AddSlotSuffix(const std::string& partition_name) { in AddSlotSuffix() function71 auto partition_name_suffix = AddSlotSuffix(partition_name); in MapPartitionOnDeviceMapper()97 return ::UnmapPartitionWithSuffixOnDeviceMapper(AddSlotSuffix(partition_name)); in UnmapPartitionOnDeviceMapper()139 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpResize()163 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpRemove()175 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpAdd()176 const auto& group_name_suffix = AddSlotSuffix(params.arg(1)); in PerformOpAdd()189 const auto& partition_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpMove()190 const auto& new_group_name_suffix = AddSlotSuffix(params.arg(1)); in PerformOpMove()212 const auto& group_name_suffix = AddSlotSuffix(params.arg(0)); in PerformOpAddGroup()[all …]
134 std::string SimulatorRuntime::AddSlotSuffix(const std::string_view arg) const { in AddSlotSuffix() function in SimulatorRuntime
187 std::string UpdaterRuntime::AddSlotSuffix(const std::string_view arg) const { in AddSlotSuffix() function in UpdaterRuntime
872 return StringValue(updater_runtime->AddSlotSuffix(arg)); in AddSlotSuffixFn()
76 virtual std::string AddSlotSuffix(const std::string_view arg) const = 0;
59 std::string AddSlotSuffix(const std::string_view arg) const override;
56 std::string AddSlotSuffix(const std::string_view arg) const override;