Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dmacros.h139 #define ABI_STRING "arm" macro
141 #define ABI_STRING "arm64" macro
143 #define ABI_STRING "x86" macro
145 #define ABI_STRING "riscv64" macro
147 #define ABI_STRING "x86_64" macro
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp54 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING); in dump_process_header()
Dtombstone_proto.cpp251 cause = StringPrintf("seccomp prevented call to disallowed %s system call %d", ABI_STRING, in dump_probable_cause()
/system/memory/libmemunreachable/
DMemUnreachable.cpp539 oss << " ABI: '" ABI_STRING "'" << std::endl; in ToString()
/system/core/debuggerd/
Ddebuggerd_test.cpp1452 "/system/etc/seccomp_policy/crash_dump." ABI_STRING ".policy";
3037 match_str += android::base::StringPrintf("ABI: '%s'\n", ABI_STRING); in TEST_F()