Lines Matching refs:os
15 import os
52 os.makedirs('test_dir')
56 os.remove(target_package)
57 os.rmdir('test_dir')
62 os.makedirs(UPDATER_CONFIG)
69 os.remove(target_package)
70 os.rmdir(UPDATER_CONFIG)
71 os.remove('test.file')
72 self.assertEqual((type(check_re[0]), os.path.exists(check_re[1])),
93 if os.path.exists("./updater_specified_config_repeats.xml"):
94 os.remove("./updater_specified_config_repeats.xml")
106 clear_re = os.path.exists('test.file')
125 if os.path.exists(VERSION_MBN_PATH):
126 os.remove(VERSION_MBN_PATH)
141 if os.path.exists(VERSION_MBN_PATH):
142 os.remove(VERSION_MBN_PATH)
143 if os.path.exists(BOARD_LIST_PATH):
144 os.remove(BOARD_LIST_PATH)
158 if os.path.exists("./partition_file_conversion_failed.xml"):
159 os.remove("./partition_file_conversion_failed.xml")