MCPcopy
hub / github.com/google/clusterfuzz / is_android

Function is_android

src/clusterfuzz/_internal/system/environment.py:1163–1165  ·  view source on GitHub ↗

Return True if we are on android platform.

(plt=None)

Source from the content-addressed store, hash-verified

1161
1162
1163def is_android(plt=None):
1164 """Return True if we are on android platform."""
1165 return 'ANDROID' in (plt or platform())
1166
1167
1168def is_android_auto(plt=None):

Callers 10

get_asan_optionsFunction · 0.85
get_cpu_archFunction · 0.85
get_default_tool_pathFunction · 0.85
get_platform_idFunction · 0.85
set_bot_environmentFunction · 0.85
is_testcase_deprecatedFunction · 0.85

Calls 1

platformFunction · 0.85

Tested by

no test coverage detected