Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py94 subdir = dir + f'/{idx}'
95 os.mkdir(subdir)
96 dirs.append(subdir)
380 subdir = os.path.join(outdir, "coverage")
381 os.makedirs(subdir, exist_ok=True)
387 "html": ["--html", os.path.join(subdir, "index.html"), "--html-details"],
388 "xml": ["--xml", os.path.join(subdir, "coverage.xml"), "--xml-pretty"],
389 "csv": ["--csv", os.path.join(subdir, "coverage.csv")],
390 "txt": ["--txt", os.path.join(subdir, "coverage.txt")],
391 "coveralls": ["--coveralls", os.path.join(subdir, "coverage.coveralls.json"),
[all …]
Dtestinstance.py331 subdir = os.path.join(self.build_dir, "twister")
366 os.makedirs(subdir, exist_ok=True)
367 file = os.path.join(subdir, "testsuite_extra.conf")
/Zephyr-latest/scripts/build/
Dsubfolder_list.py57 for subdir in dirs:
59 targetdirectory = os.path.join(root, subdir)
67 dirlist.append(os.path.join(root, subdir))
/Zephyr-latest/scripts/west_commands/
Dsign.py424 def preprocess_toml(self, config_dir, toml_basename, subdir): argument
449 …full_preproc_cmd = preproc_cmd + ['-o', str(subdir / 'rimage_config_full.toml'), '-DLLEXT_FORCE_AL…
450 preproc_cmd += ['-o', str(subdir / 'rimage_config.toml')]
/Zephyr-latest/
DCMakeLists.txt748 # Ensure subdir file always exists when specifying CMake dependency.