Lines Matching full:os

26 import os
32 backing_img = os.path.join(iotests.test_dir, 'backing.img')
33 mid_img = os.path.join(iotests.test_dir, 'mid.img')
34 test_img = os.path.join(iotests.test_dir, 'test.img')
98 os.remove(test_img)
99 os.remove(mid_img)
100 os.remove(backing_img)
287 test_img = os.path.join(iotests.test_dir, dir3, 'test.img')
291 backing_img_abs = os.path.join(iotests.test_dir, dir1, 'backing.img')
292 mid_img_abs = os.path.join(iotests.test_dir, dir2, 'mid.img')
296 os.mkdir(os.path.join(iotests.test_dir, self.dir1))
297 os.mkdir(os.path.join(iotests.test_dir, self.dir2))
298 os.mkdir(os.path.join(iotests.test_dir, self.dir3))
320 os.remove(self.test_img)
321 os.remove(self.mid_img_abs)
322 os.remove(self.backing_img_abs)
324 os.rmdir(os.path.join(iotests.test_dir, self.dir1))
325 os.rmdir(os.path.join(iotests.test_dir, self.dir3))
326 os.rmdir(os.path.join(iotests.test_dir, self.dir2))
387 os.remove(test_img)
388 os.remove(mid_img)
389 os.remove(backing_img)
409 img0 = os.path.join(iotests.test_dir, '0.img')
410 img1 = os.path.join(iotests.test_dir, '1.img')
411 img2 = os.path.join(iotests.test_dir, '2.img')
412 img3 = os.path.join(iotests.test_dir, '3.img')
430 os.remove(self.img0)
431 os.remove(self.img1)
432 os.remove(self.img2)
433 os.remove(self.img3)
463 os.remove(test_img)
464 os.remove(mid_img)
465 os.remove(backing_img)
725 img0 = os.path.join(iotests.test_dir, '0.img')
726 img1 = os.path.join(iotests.test_dir, '1.img')
727 img2 = os.path.join(iotests.test_dir, '2.img')
728 img3 = os.path.join(iotests.test_dir, '3.img')
803 os.remove(self.img3)
804 os.remove(self.img2)
805 os.remove(self.img1)
806 os.remove(self.img0)
896 img_base_a = os.path.join(iotests.test_dir, 'base_a.img')
897 img_base_b = os.path.join(iotests.test_dir, 'base_b.img')
898 img_top = os.path.join(iotests.test_dir, 'top.img')
929 os.remove(self.img_top)
930 os.remove(self.img_base_a)
931 os.remove(self.img_base_b)