Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py289 def __init__(self, path, including_source_file_path): argument
290 self._including_source_file_path = including_source_file_path
300 and (self.including_source_file_path == other.including_source_file_path)
303 def including_source_file_path(self): member in HeaderFile
556 … f_list.sort(key=lambda f : f.including_source_file_path if isinstance(f, HeaderFile) else f.path)
569 src_file_path = f.including_source_file_path
596 src_file_path = f.including_source_file_path