Lines Matching full:path
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)
150 load_data = open(path).read()
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)
232 load_data = open(path).read()
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)
282 load_data = open(path).read()
287 if os.path.exists(path):
288 os.remove(path)