Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py29 from simpleperf_utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
278 return get_host_binary_path('libsimpleperf_report.so')
283 self._libwinpthread = ct.CDLL(get_host_binary_path('libwinpthread-1.dll'))
Dreport.py291 simpleperf_path = get_host_binary_path('simpleperf')
302 simpleperf_path = get_host_binary_path('simpleperf')
Dsimpleperf_utils.py123 def get_host_binary_path(binary_name: str) -> str: function