Lines Matching full:os
22 import os
26 image0 = os.path.join(iotests.test_dir, 'image0')
27 image1 = os.path.join(iotests.test_dir, 'image1')
28 image2 = os.path.join(iotests.test_dir, 'image2')
29 image3 = os.path.join(iotests.test_dir, 'image3')
30 image4 = os.path.join(iotests.test_dir, 'image4')
61 os.remove(image0)
62 os.remove(image1)
63 os.remove(image2)
64 os.remove(image3)
65 os.remove(image4)
139 os.remove(image0)