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.py35 def get_script_dir() -> str: function
114 arch_dir = os.path.join(get_script_dir(), "bin", "android", arch)
124 dirname = os.path.join(get_script_dir(), 'bin')
200 ndk_path = os.path.dirname(os.path.abspath(get_script_dir()))
264 if toolname.startswith('llvm-') and platform == 'linux' and get_script_dir().endswith(
267 Path(get_script_dir()).parents[3] / 'prebuilts' / 'clang' / 'host' / 'linux-x86' /
Dapp_profiler.py33 AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path, log_debug,
278 os.path.join(get_script_dir(), 'binary_cache_builder.py')]
Dreport_html.py32 Addr2Nearestline, ArgParseFormatter, BinaryFinder, get_script_dir, log_exit, log_info, Objdump,
65 file_path = os.path.join(get_script_dir(), file_path)
/system/extras/simpleperf/scripts/test/
Dtest_utils.py31 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str