Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py58 def android_device_api(): function
59 if not hasattr(android_device_api, 'result'):
71 android_device_api.result = int(stdout)
78 return android_device_api.result
86 if valid_api_levels is not None and android_device_api() not in valid_api_levels: