MCPcopy Create free account
hub / github.com/WrBug/dumpDex / init_sdk_init

Function init_sdk_init

app/src/main/cpp/util/deviceutils.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static int sdk_int = 0;
13
14void init_sdk_init() {
15 if (sdk_int != 0) {
16 return;
17 }
18 char sdk[PROP_VALUE_MAX];
19 __system_property_get("ro.build.version.sdk", sdk);
20 sdk_int = atoi(sdk);
21}
22
23bool is_arm_64() {
24#if defined(__aarch64__)

Callers 1

get_open_function_flagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected