Searched refs:aggregated_fpath (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 208 def _copy_aggregated_to_resultsdir(self, aggregated_fpath): argument 217 shutil.copy(aggregated_fpath, results_fpath) 218 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath) 501 aggregated_fpath = os.path.join(self.temp_dir, aggregated_fname) 502 aggregated_file = self._open_perf_file(aggregated_fpath) 510 self._copy_aggregated_to_resultsdir(aggregated_fpath)
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_longevity_helper.py | 175 def copy_aggregated_to_resultsdir(resultsdir, aggregated_fpath, f_name): argument 186 shutil.copy(aggregated_fpath, results_fpath) 187 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath)
|
D | enterprise_LongevityTrackerServer.py | 319 aggregated_fpath = os.path.join(self.temp_dir, aggregated_fname) 321 aggregated_fpath) 331 self.resultsdir, aggregated_fpath, 'perf.csv')
|