Home
last modified time | relevance | path

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

/scripts/tests/twister/
A Dtest_scl.py38 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 Dtest_handlers.py103 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 Dgen_app_partitions.py357 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