Searched refs:get_script_dir (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 35 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' /
|
D | app_profiler.py | 33 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')]
|
D | report_html.py | 32 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/ |
D | test_utils.py | 31 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str
|