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.py41 def get_script_dir() -> str: function
76 arch_dir = os.path.join(get_script_dir(), "bin", "android", arch)
86 dirname = os.path.join(get_script_dir(), 'bin')
161 ndk_path = os.path.dirname(os.path.abspath(get_script_dir()))
225 if toolname.startswith('llvm-') and platform == 'linux' and get_script_dir().endswith(
228 Path(get_script_dir()).parents[3] / 'prebuilts' / 'clang' / 'host' / 'linux-x86' /
Dapp_profiler.py34 AdbHelper, BaseArgumentParser, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path,
283 os.path.join(get_script_dir(), 'binary_cache_builder.py')]
Dreport_html.py33 Addr2Nearestline, AddrRange, BaseArgumentParser, BinaryFinder, Disassembly, get_script_dir,
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