Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance
/scripts/build/ |
A D | gen_iter_sections.py | 14 def get_tagged_items(filepath: str, tag: str) -> list: 15 with open(filepath) as fp: 19 def gen_ld(filepath: str, items: list, alignment: int): 20 with open(filepath, "w") as fp: 25 def gen_cmake(filepath: str, items: list, alignment: int): 26 with open(filepath, "w") as fp:
|
/scripts/logging/dictionary/ |
A D | live_log_parser.py | 56 def __init__(self, filepath): argument 57 self.filepath = filepath 62 if self.filepath is not None: 63 with open(self.filepath, 'rb') as f: 127 reader = FileReader(args.filepath)
|
/scripts/pylib/display-twister-harness/camera_shield/plugins/ |
A D | signature_plugin.py | 314 filepath = os.path.join(directory, filename) 317 with open(filepath, "wb") as f: 322 return filepath 324 def load_fingerprint(self, filepath): argument 334 with open(filepath, "rb") as f: 465 filepath = os.path.join(directory, filename) 466 fingerprint = self.load_fingerprint(filepath)
|
/scripts/tests/twister/ |
A D | test_runner.py | 680 def mock_open(filepath, *args, **kwargs): argument 681 if filepath == expected_defconfig_path: 684 elif filepath == expected_edt_pickle_path:
|
Completed in 13 milliseconds