Searched refs:root_path (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/ |
D | macro_checker.py | 21 macro_checker_file_type, root_path): argument 33 self.root_path = root_path
|
D | shared.py | 75 def toNameAndLine(context, root_path=None): argument 78 if root_path: 79 my_fn = my_fn.relative_to(root_path)
|
D | console_printer.py | 179 locations = ', '.join((toNameAndLine(context, root_path=checker.root_path)
|
D | macro_checker_file.py | 408 self.validity_includes[entity], root_path=self.checker.root_path)
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/ |
D | macro_checker.py | 21 macro_checker_file_type, root_path): argument 33 self.root_path = root_path
|
D | shared.py | 75 def toNameAndLine(context, root_path=None): argument 78 if root_path: 79 my_fn = my_fn.relative_to(root_path)
|
D | console_printer.py | 179 locations = ', '.join((toNameAndLine(context, root_path=checker.root_path)
|
D | macro_checker_file.py | 408 self.validity_includes[entity], root_path=self.checker.root_path)
|