Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dreport.py292 simpleperf_path = get_host_binary_path('simpleperf')
303 simpleperf_path = get_host_binary_path('simpleperf')
H A Dsimpleperf_report_lib.py30 from simpleperf_utils import (bytes_to_str, get_host_binary_path, is_windows, log_exit,
340 return get_host_binary_path('libsimpleperf_report.so')
345 self._libwinpthread = ct.CDLL(get_host_binary_path('libwinpthread-1.dll'))
H A Dsimpleperf_utils.py84 def get_host_binary_path(binary_name: str) -> str: function
/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Dreport_lib_test.py25 from simpleperf_utils import get_host_binary_path, ReadElf
429 simpleperf_path = get_host_binary_path('simpleperf')