Home
last modified time | relevance | path

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

/frameworks/base/cmds/app_process/
Dapp_main.cpp166 static const char ABI_LIST_PROPERTY[] = "ro.product.cpu.abilist64"; variable
169 static const char ABI_LIST_PROPERTY[] = "ro.product.cpu.abilist32"; variable
314 if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) { in main()
316 ABI_LIST_PROPERTY); in main()