Searched refs:cpu_abilist_property_name (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp887 const char* cpu_abilist_property_name = "ro.product.cpu.abilist64"; local
889 const char* cpu_abilist_property_name = "ro.product.cpu.abilist32"; local
891 property_get(cpu_abilist_property_name, propBuf, "");
893 ALOGE("%s is not expected to be empty", cpu_abilist_property_name);

Completed in 125 milliseconds