Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py61 def android_device_api(): function
62 if not hasattr(android_device_api, 'result'):
74 android_device_api.result = int(stdout)
81 return android_device_api.result
89 if valid_api_levels is not None and android_device_api() not in valid_api_levels: