Home
last modified time | relevance | path

Searched refs:get_shell_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/python/perfetto/trace_processor/
H A Dshell.py43 shell_path = platform_delegate.get_shell_path(bin_path=bin_path)
H A Dplatform.py42 def get_shell_path(self, bin_path: str) -> str: member in PlatformDelegate