Home
last modified time | relevance | path

Searched refs:_META_FILE (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Dasuite_metrics.py33 _META_FILE = os.path.join(os.path.expanduser('~'), variable
76 if os.path.isfile(_META_FILE):
77 with open(_META_FILE) as f:
84 dir_path = os.path.dirname(_META_FILE)
92 with open(_META_FILE, 'w+') as f:
Dbug_detector.py28 _META_FILE = os.path.join(os.path.expanduser('~'), variable
50 self.file = history_file if history_file else _META_FILE
/tools/asuite/atest-py2/
Dasuite_metrics.py35 _META_FILE = os.path.join(os.path.expanduser('~'), variable
78 if os.path.isfile(_META_FILE):
79 with open(_META_FILE) as f:
86 dir_path = os.path.dirname(_META_FILE)
94 with open(_META_FILE, 'w+') as f:
Dbug_detector.py28 _META_FILE = os.path.join(os.path.expanduser('~'), variable
50 self.file = history_file if history_file else _META_FILE