Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1091 const char* cpu_abilist_property_name = "ro.product.cpu.abilist64"; in startVm() local
1093 const char* cpu_abilist_property_name = "ro.product.cpu.abilist32"; in startVm() local
1095 property_get(cpu_abilist_property_name, propBuf, ""); in startVm()
1097 ALOGE("%s is not expected to be empty", cpu_abilist_property_name); in startVm()