Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py40 def get_script_dir() -> str: function
75 arch_dir = os.path.join(get_script_dir(), "bin", "android", arch)
85 dirname = os.path.join(get_script_dir(), 'bin')
160 ndk_path = os.path.dirname(os.path.abspath(get_script_dir()))
224 if toolname.startswith('llvm-') and platform == 'linux' and get_script_dir().endswith(
227 Path(get_script_dir()).parents[3] / 'prebuilts' / 'clang' / 'host' / 'linux-x86' /
Dapp_profiler.py33 AdbHelper, BaseArgumentParser, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path,
280 os.path.join(get_script_dir(), 'binary_cache_builder.py')]
Dreport_html.py33 Addr2Nearestline, BaseArgumentParser, BinaryFinder, get_script_dir, log_exit, Objdump,
66 file_path = os.path.join(get_script_dir(), file_path)
/system/extras/simpleperf/scripts/test/
Dtest_utils.py32 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str