Lines Matching full:os
10 import os
17 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister/twisterlib"))
98 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
113 path = os.path.join(ZEPHYR_BASE, file_name)
116 if os.path.exists(path):
117 os.remove(path)
141 assert os.path.exists(path)
153 if os.path.exists(path):
154 os.remove(path)
165 path = os.path.join(ZEPHYR_BASE, file_name)
168 if os.path.exists(path):
169 os.remove(path)
205 assert os.path.exists(path)
235 if os.path.exists(path):
236 os.remove(path)
246 path = os.path.join(ZEPHYR_BASE, file_name)
249 if os.path.exists(path):
250 os.remove(path)
272 assert os.path.exists(path)
287 if os.path.exists(path):
288 os.remove(path)