Searched refs:fullname (Results 1 – 3 of 3) sorted by relevance
| /scripts/tests/twister/ |
| A 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:
|
| A 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:
|
| /scripts/build/ |
| A D | gen_app_partitions.py | 357 fullname = os.path.join(dirpath, filename) 358 fsize = os.path.getsize(fullname) 360 find_obj_file_partitions(fullname, partitions) 375 fullname = os.path.join(build_dir, obj_file) 379 if os.path.exists(fullname): 380 find_obj_file_partitions(fullname, partitions)
|
Completed in 13 milliseconds