Home
last modified time | relevance | path

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

/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/pylib/twister/twisterlib/
Dcoverage.py98 subdir = dir + f'/{idx}'
99 os.mkdir(subdir)
100 dirs.append(subdir)
474 subdir = os.path.join(outdir, "coverage")
475 os.makedirs(subdir, exist_ok=True)
481 "html": ["--html", os.path.join(subdir, "index.html"), "--html-details"],
482 "xml": ["--xml", os.path.join(subdir, "coverage.xml"), "--xml-pretty"],
483 "csv": ["--csv", os.path.join(subdir, "coverage.csv")],
484 "txt": ["--txt", os.path.join(subdir, "coverage.txt")],
485 "coveralls": ["--coveralls", os.path.join(subdir, "coverage.coveralls.json"),
[all …]
Dtestinstance.py352 subdir = os.path.join(self.build_dir, "twister")
387 os.makedirs(subdir, exist_ok=True)
388 file = os.path.join(subdir, "testsuite_extra.conf")
/Zephyr-latest/scripts/west_commands/
Dsign.py435 def preprocess_toml(self, config_dir, toml_basename, subdir): argument
463 …full_preproc_cmd = preproc_cmd + ['-o', str(subdir / 'rimage_config_full.toml'), '-DLLEXT_FORCE_AL…
464 preproc_cmd += ['-o', str(subdir / 'rimage_config.toml')]
/Zephyr-latest/
DCMakeLists.txt757 # Ensure subdir file always exists when specifying CMake dependency.