Lines Matching refs:all_parts
604 all_parts = self._platforms_info.get('all_parts')
606 for _platform, _parts in all_parts.items():
812 all_parts = read_json_file(parts_file)
813 if "parts" not in all_parts:
818 all_parts = all_parts["parts"]
843 if full_part_name not in all_parts:
848 …lf._override_one_component(self._subsystem_info, component, build_file, all_parts, overrided_compo…
853 write_json_file(parts_file, {"parts": all_parts})
856 self._output_parts_config_json(all_parts, parts_file)
862 …def _override_one_component(self, subsystem_info, component, build_file, all_parts, overrided_comp… argument
903 if full_partname in all_parts:
904 all_parts.remove(full_partname)
917 def _output_parts_config_json(self, all_parts, output_file): argument
923 for part in all_parts: