Searched refs:history_file (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest/ |
D | bug_detector_unittest.py | 48 self.history_file = os.path.join(uc.TEST_DATA_DIR, 'bug_detector.json') 49 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file) 55 if os.path.isfile(self.history_file): 56 os.remove(self.history_file) 62 with open(self.history_file, 'w') as outfile: 107 dtr = bug_detector.BugDetector(['test1'], 0, self.history_file)
|
D | bug_detector.py | 40 def __init__(self, argv, exit_code, history_file=None): argument 50 self.file = history_file if history_file else _META_FILE
|
/tools/tradefederation/core/atest/ |
D | bug_detector_unittest.py | 45 self.history_file = os.path.join(uc.TEST_DATA_DIR, 'bug_detector.json') 46 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file) 52 if os.path.isfile(self.history_file): 53 os.remove(self.history_file) 59 with open(self.history_file, 'w') as outfile: 104 dtr = bug_detector.BugDetector(['test1'], 0, self.history_file)
|
D | bug_detector.py | 40 def __init__(self, argv, exit_code, history_file=None): argument 50 self.file = history_file if history_file else _META_FILE
|