Searched refs:system_property_get_int (Results 1 – 2 of 2) sorted by relevance
64 static int system_property_get_int(const char* name) { in system_property_get_int() function81 s_api_level = system_property_get_int("ro.build.version.sdk"); in device_api_level()
62 +static int system_property_get_int(const char* name) {79 + s_api_level = system_property_get_int("ro.build.version.sdk");