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