Lines Matching refs:path
18 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister/twisterlib"))
99 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
114 path = os.path.join(ZEPHYR_BASE, file_name)
117 if os.path.exists(path):
118 os.remove(path)
142 assert os.path.exists(path)
151 load_data = open(path).read()
154 if os.path.exists(path):
155 os.remove(path)
166 path = os.path.join(ZEPHYR_BASE, file_name)
169 if os.path.exists(path):
170 os.remove(path)
206 assert os.path.exists(path)
233 load_data = open(path).read()
236 if os.path.exists(path):
237 os.remove(path)
247 path = os.path.join(ZEPHYR_BASE, file_name)
250 if os.path.exists(path):
251 os.remove(path)
273 assert os.path.exists(path)
283 load_data = open(path).read()
288 if os.path.exists(path):
289 os.remove(path)