Searched refs:fullname (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_scl.py | 38 def find_spec(self, fullname, path, target=None): argument 39 if fullname == 'yaml.CLoader' and fail_c: 41 if fullname == 'yaml.CSafeLoader' and fail_c: 43 if fullname == 'yaml.CDumper' and fail_c: 101 def find_spec(self, fullname, path, target=None): argument 102 if fullname == 'pykwalify.core' and fail_pykwalify:
|
D | test_handlers.py | 103 def find_spec(self, fullname, path, target=None): argument 104 if fullname == 'serial' and fail_serial: 106 if fullname == 'pty' and fail_pty:
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 147 fullname = os.path.join(dirpath, filename) 148 fsize = os.path.getsize(fullname) 150 find_obj_file_partitions(fullname, partitions) 165 fullname = os.path.join(build_dir, obj_file) 169 if os.path.exists(fullname): 170 find_obj_file_partitions(fullname, partitions)
|
D | gen_relocate_app.py | 499 fullname = os.path.join(dirpath, filename1) 500 return fullname
|