Searched refs:instance_id (Results 1 – 1 of 1) sorted by relevance
61 std::string GetServicePath(const std::string& path, int instance_id) { in GetServicePath() argument62 return path + std::to_string(instance_id); in GetServicePath()