Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py176 assert report_file.is_file()
206 assert report_file.is_file()
242 assert report_file.is_file()
274 assert report_file.is_file()
300 assert report_file.is_file()
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py31 assert image_to_test.is_file()
184 assert key_file.is_file()
198 assert image_to_test.is_file()
/Zephyr-latest/scripts/utils/
Dmigrate_includes.py30 if not p.is_file() or not p.suffix or p.suffix[1:] not in EXTENSIONS:
Dmigrate_sys_init.py24 if not p.is_file() or not p.suffix or p.suffix[1:] not in ("c", "cpp"):
/Zephyr-latest/scripts/
Dzephyr_module.py204 if not checkfile.resolve().is_file():
217 if Path(module_yml).is_file():
232 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \
233 Path(module_path.joinpath('zephyr/Kconfig')).is_file():
323 if not path.is_file():
Dlist_boards.py218 if file_name.endswith('_defconfig') and not (maybe_board / BOARD_YML).is_file():
228 if board_yml.is_file():
323 dirs = [board_yml.parent for board_yml in board_files if board_yml.is_file()]
Dlist_hardware.py212 if Path(archs_yml).is_file():
242 if soc_yml.is_file():
Dsnippets.py57 if not path.is_file():
/Zephyr-latest/scripts/west_commands/runners/
Duf2.py53 UF2BinaryRunner.get_uf2_info_path(part).is_file())
Dbossac.py99 if not edt_pickle.is_file():
/Zephyr-latest/scripts/west_commands/
Dbuild_helpers.py153 if not domains_file.is_file():
Dsign.py253 if not in_bin.is_file():
260 if not in_hex.is_file():
342 if not edt_pickle.is_file():
Drun_common.py564 if not ret.is_file():
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py222 if path.is_file():
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py216 if file.is_file():
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py244 if not base_yaml.is_file():