Home
last modified time | relevance | path

Searched refs:to_path (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/
Dannotate.py404 to_path = os.path.join(dest_dir, from_path[1:])
406 to_path = os.path.join(dest_dir, from_path.replace(':\\', os.sep))
408 to_path = os.path.join(dest_dir, from_path)
410 self._annotate_file(from_path, to_path, self.file_periods[key], is_java)
413 def _annotate_file(self, from_path, to_path, file_period, is_java): argument
443 dirname = os.path.dirname(to_path)
446 with open(to_path, 'w') as wf:
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp294 const std::string to_path = app_data_dir_ + "/simpleperf"; in FindSimpleperfInTempDir() local
295 const std::string copy_cmd = "cp " + path + " " + to_path; in FindSimpleperfInTempDir()
299 const std::string test_cmd = to_path; in FindSimpleperfInTempDir()
304 return to_path; in FindSimpleperfInTempDir()