Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py66 def android_device_api(): function
67 if not hasattr(android_device_api, 'result'):
79 android_device_api.result = int(stdout)
86 return android_device_api.result
94 if valid_api_levels is not None and android_device_api() not in valid_api_levels: