Searched refs:file_path (Results 1 – 6 of 6) sorted by relevance
/scripts/build/ |
A D | check_init_priorities.py | 104 def __init__(self, file_path, elf_file): argument 105 self.file_path = file_path
|
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | camera_controller.py | 214 def load_image(self, file_path): argument 224 image = cv2.imread(file_path)
|
/scripts/tests/twister_blackbox/ |
A D | test_report.py | 330 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 D | coverage_analysis.py | 254 file_path = i_covered_file['file'] 258 "Path":file_path,
|
/scripts/pylib/twister/twisterlib/ |
A D | runner.py | 1470 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 D | run_common.py | 113 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