Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py26 from utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
30 return get_host_binary_path('libsimpleperf_report.so')
269 self._libwinpthread = ct.CDLL(get_host_binary_path('libwinpthread-1.dll'))
Dreport.py290 simpleperf_path = get_host_binary_path('simpleperf')
301 simpleperf_path = get_host_binary_path('simpleperf')
Ddebug_unwind_reporter.py47 from utils import bytes_to_str, log_exit, log_fatal, get_host_binary_path
379 simpleperf_path = get_host_binary_path('simpleperf')
Dutils.py110 def get_host_binary_path(binary_name): function