Searched refs:aggregated_fpath (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_LongevityTrackerServer.py | 256 def _copy_aggregated_to_resultsdir(self, aggregated_fpath): argument 265 shutil.copy(aggregated_fpath, results_fpath) 266 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath) 488 aggregated_fpath = os.path.join(self.temp_dir, aggregated_fname) 489 aggregated_file = self._open_perf_file(aggregated_fpath) 497 self._copy_aggregated_to_resultsdir(aggregated_fpath)
|
/external/autotest/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 209 def _copy_aggregated_to_resultsdir(self, aggregated_fpath): argument 218 shutil.copy(aggregated_fpath, results_fpath) 219 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath) 502 aggregated_fpath = os.path.join(self.temp_dir, aggregated_fname) 503 aggregated_file = self._open_perf_file(aggregated_fpath) 511 self._copy_aggregated_to_resultsdir(aggregated_fpath)
|