Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py198 yield ndk_path, cls.find_sdk_path(ndk_path)
201 yield ndk_path, cls.find_sdk_path(ndk_path)
226 def find_sdk_path(cls, ndk_path: str) -> Optional[str]: member in ToolFinder