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