Searched refs:cpu_abilist_property_name (Results 1 – 1 of 1) sorted by relevance
1085 const char* cpu_abilist_property_name = "ro.product.cpu.abilist64"; in startVm() local1087 const char* cpu_abilist_property_name = "ro.product.cpu.abilist32"; in startVm() local1089 property_get(cpu_abilist_property_name, propBuf, ""); in startVm()1091 ALOGE("%s is not expected to be empty", cpu_abilist_property_name); in startVm()