Lines Matching refs:new_path
166 new_path = path + "/{" + member_id + str(prev_count + 1) + "}"
168 new_path = path + "/{" + member_id + "}"
184 new_path = path + "/" + nav_name
189 top_collections.add(new_path)
198 new_path = path + "/" + nav_name
208 if new_path == "/redfish/v1/Tasks":
214 if new_path in seen_paths:
215 seen_paths.remove(new_path)
216 new_path = new_path2
219 if new_path in seen_paths:
221 seen_paths.add(new_path)
232 typename, new_path, top_collections, found_top, xml_map[file_key]
236 root, typename, new_path, top_collections, found_top, xml_map