Searched refs:twister_path (Results 1 – 2 of 2) sorted by relevance
14 twister_path = ZEPHYR_SCRIPTS variable15 os.environ["ZEPHYR_BASE"] = str(twister_path.parent)17 sys.path.insert(0, str(twister_path))18 sys.path.insert(0, str(twister_path / "pylib" / "twister"))
254 twister_path = os.path.join(ZEPHYR_BASE, dir_name)255 if os.path.exists(twister_path):256 shutil.rmtree(twister_path)268 path = os.path.join(twister_path, f_name)273 twister_path = os.path.join(ZEPHYR_BASE, dir_name)274 if os.path.exists(twister_path):275 shutil.rmtree(twister_path)291 twister_path = os.path.join(ZEPHYR_BASE, dir_name)292 if os.path.exists(twister_path):293 shutil.rmtree(twister_path)[all …]