Searched refs:to_path (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | annotate.py | 555 to_path = os.path.join(dest_dir, 'java', path) 560 to_path = os.path.join(dest_dir, path[1:]) 566 to_path = os.path.join(dest_dir, path) 570 self._annotate_file(from_path, to_path, self.file_periods[key], is_java) 573 def _annotate_file(self, from_path, to_path, file_period, is_java): argument 603 dirname = os.path.dirname(to_path) 606 with open(to_path, 'w') as wf:
|