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