Searched refs:ABI_STRING (Results 1 – 5 of 5) sorted by relevance
33 #define ABI_STRING "arm" macro35 #define ABI_STRING "arm64" macro37 #define ABI_STRING "riscv64" macro39 #define ABI_STRING "x86" macro41 #define ABI_STRING "x86_64" macro66 oss << " ABI: '" ABI_STRING "'" << "\n\n"; in dumpMemoryAddresses()
59 "/data/local/tmp/nativetest/hwui_unit_tests/" ABI_STRING}; in TEST()
146 "%s/dalvik-cache/" ABI_STRING, androidRoot); in maybeCreateDalvikCache()
981 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", ABI_STRING); in startVm()985 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", ABI_STRING); in startVm()
56 static const std::string kRuntimeIsa = ABI_STRING;