Home
last modified time | relevance | path

Searched refs:_get_lines_with_footprint (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dsize_calc.py332 …def _get_lines_with_footprint(self, start_offset: int, file_content: typing.List[str]) -> typing.L… member in SizeCalculator
433 …information_lines = self._get_lines_with_footprint(start_offset=data_line_start_idx, file_content=…