Searched refs:STORAGE_INFO_PATH (Results 1 – 1 of 1) sorted by relevance
27 STORAGE_INFO_PATH = '/var/log/storage_info.txt' variable in hardware_StorageWearoutDetect86 utils.run(cmd, stdout_tee=open(self.STORAGE_INFO_PATH, 'w'),90 if not os.path.exists(self.STORAGE_INFO_PATH):92 % self.STORAGE_INFO_PATH)101 with open(self.STORAGE_INFO_PATH) as f: