Searched refs:subdir (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 94 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 …]
|
D | testinstance.py | 331 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/ |
D | subfolder_list.py | 57 for subdir in dirs: 59 targetdirectory = os.path.join(root, subdir) 67 dirlist.append(os.path.join(root, subdir))
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 424 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/ |
D | CMakeLists.txt | 748 # Ensure subdir file always exists when specifying CMake dependency.
|