Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 6 of 6) sorted by relevance

/scripts/build/
A Dcheck_init_priorities.py104 def __init__(self, file_path, elf_file): argument
105 self.file_path = file_path
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/
A Dcamera_controller.py214 def load_image(self, file_path): argument
224 image = cv2.imread(file_path)
/scripts/tests/twister_blackbox/
A Dtest_report.py330 file_path = os.path.join(ZEPHYR_BASE, file_name)
331 if os.path.exists(file_path):
332 os.remove(file_path)
342 assert os.path.exists(file_path), 'file not found {f_name}'
/scripts/ci/coverage/
A Dcoverage_analysis.py254 file_path = i_covered_file['file']
258 "Path":file_path,
/scripts/pylib/twister/twisterlib/
A Drunner.py1470 for file_path in files_to_sanitize:
1471 file_path = os.path.join(self.instance.build_dir, file_path)
1472 if not os.path.exists(file_path):
1475 with open(file_path) as file:
1482 with open(file_path, 'w') as file:
/scripts/west_commands/
A Drun_common.py113 def import_from_path(module_name, file_path): argument
114 spec = importlib.util.spec_from_file_location(module_name, file_path)

Completed in 38 milliseconds