Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 69) sorted by relevance

123

/scripts/tests/twister_blackbox/
A Dtest_hardwaremap.py117 if os.path.exists(path):
142 assert os.path.exists(path)
154 if os.path.exists(path):
169 if os.path.exists(path):
206 assert os.path.exists(path)
236 if os.path.exists(path):
250 if os.path.exists(path):
273 assert os.path.exists(path)
288 if os.path.exists(path):
A Dtest_report.py155 assert os.path.exists(path), 'file not found'
204 assert os.path.exists(path), f'file not found {f_name}'
236 assert os.path.exists(path), f'file not found {f_name}'
254 if os.path.exists(twister_path):
268 assert os.path.exists(path), f'file not found {f_name}'
273 if os.path.exists(twister_path):
291 if os.path.exists(twister_path):
305 assert os.path.exists(path), 'file not found {f_name}'
314 if os.path.exists(twister_path):
331 if os.path.exists(file_path):
[all …]
A Dtest_coverage.py182 assert os.path.exists(path), f'file not found {f_name}'
221 if os.path.exists(base_dir):
242 assert os.path.exists(path), f'file not found {f_name}'
248 if os.path.exists(base_dir):
286 …assert os.path.exists(path), f'file not found {f_name}, probably format {cov_format} not work prop…
/scripts/build/
A Dsubfolder_list.py45 if not os.path.exists(create_links):
49 if not os.path.exists(symlink):
63 if not os.path.exists(symlink):
80 if os.path.exists(out_file):
100 if os.path.exists(trigger):
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dfifo_handler.py58 if not os.path.exists(filename):
86 if os.path.exists(self._fifo_out_path):
88 if os.path.exists(self._fifo_in_path):
106 if os.path.exists(self._fifo_out_path):
108 if os.path.exists(self._fifo_in_path):
/scripts/pylib/twister/twisterlib/
A Dtwister_main.py47 if os.path.exists(options.outdir):
51 if os.path.exists(ls):
56 elif os.path.exists(options.outdir):
63 if not os.path.exists(new_out):
130 if not os.path.exists(plan_file):
A Dhandlers.py267 if os.path.exists(path):
920 if os.path.exists(fifo_in):
923 if os.path.exists(fifo_out):
947 if os.path.exists(pid_fn):
978 if pid == 0 and os.path.exists(pid_fn):
1051 if os.path.exists(self.pid_fn):
1123 if os.path.exists(self.pid_fn):
1135 if os.path.exists(self.pid_fn):
1232 if os.path.exists(self.pid_fn):
1314 if self.pid == 0 and os.path.exists(pid_fn):
[all …]
A Dcoverage.py288 if os.path.exists(fname)]
319 if os.path.exists(ztestfile) and os.path.getsize(ztestfile) > 0:
444 if os.path.exists(file_) and os.path.getsize(file_) > 0]
460 if os.path.exists(fname)]
574 elif os.path.exists(zephyr_sdk_gcov_tool):
/scripts/utils/
A Dboard_v1_to_v2.py51 if new_board_path.exists():
61 if f_new.exists():
68 if not board_settings_file.exists():
172 if not new_board_kconfig_file.exists():
A Dmigrate_includes.py55 and (ZEPHYR_BASE / "include" / "zephyr" / m.group(2)).exists()
/scripts/pylib/pytest-twister-harness/tests/device/
A Dqemu_adapter_test.py55 assert not os.path.exists(device._fifo_connection._fifo_out_path)
56 assert not os.path.exists(device._fifo_connection._fifo_in_path)
/scripts/west_commands/runners/
A Dtrace32.py98 if not self.t32_exec.exists():
103 if not self.t32_cfg.exists():
107 if not startup_script.exists():
A Dnrf_common.py71 if not suit_starter.exists():
403 if os.path.exists(app_mpi_hex_file):
411 if os.path.exists(rad_mpi_hex_file):
427 if os.path.exists(app_root_envelope_hex_file):
495 if keyfile.exists():
A Dopenocd.py65 if not path.exists(cfg.board_dir):
76 if path.exists(default):
81 if path.exists(support):
87 if path.exists(i) and not path.samefile(path.dirname(i), support):
A Dintel_cyclonev.py45 if path.exists(default):
56 if path.exists(support):
62 if path.exists(i) and not path.samefile(path.dirname(i), support):
/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
A Dtest_sample.py31 assert os.path.exists(cmdopt)
/scripts/west_commands/zspdx/
A Dsbom.py45 if os.path.exists(cmakeApiDirPath):
56 if os.path.exists(queryFilePath):
/scripts/coccinelle/
A Dirq_lock.cocci28 @find2 depends on !(file in "ext") exists@
A Dmini_lock.cocci39 @balanced exists@
62 @err depends on !(file in "ext") exists@
A Dderef_null.cocci51 @r depends on !context && (org || report) && !(file in "ext") exists@
112 @s depends on !context && (org || report) exists@
172 @depends on context && !org && !report && !(file in "ext") exists@
245 @depends on context && !org && !report exists@
/scripts/west_commands/
A Dsign.py524 if os.path.exists(str(b / 'zephyr' / 'boot.mod')):
526 if os.path.exists(str(b / 'zephyr' / 'cold.mod')):
532 if os.path.exists(str(b / 'zephyr' / 'main.mod')):
624 if ((conf_dir / toml_basename).exists() and
625 (conf_dir / (toml_basename + '.h')).exists()):
628 if (conf_dir / (toml_basename + '.h')).exists():
A Dsdk.py220 if not sdk_version_file.exists():
546 if sdk_version_path.exists():
554 if (sdk_path / "sysroots").exists():
566 if (sdk_path / tc / "bin" / (tc.name + gcc_postfix)).exists()
595 if (Path(v["path"]) / "sdk_toolchains").exists():
A Dbuild.py205 if test_path and os.path.exists(test_path):
255 if not os.path.exists(build_info_path):
257 if not os.path.exists(build_info_file):
335 if not os.path.exists(yf):
471 if os.path.exists(build_dir):
A Dbuild_helpers.py75 if not curr.exists():
/scripts/pylib/pytest-twister-harness/tests/resources/
A Dfifo_mock.py26 while not os.path.exists(self.filename):

Completed in 150 milliseconds

123