Home
last modified time | relevance | path

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

/art/tools/timeout_dumper/
Dtimeout_dumper.cc434 std::string abi_str; in DumpABI() local
437 abi_str = "arm"; in DumpABI()
440 abi_str = "arm64"; in DumpABI()
443 abi_str = "mips"; in DumpABI()
446 abi_str = "mips64"; in DumpABI()
449 abi_str = "x86"; in DumpABI()
452 abi_str = "x86_64"; in DumpABI()
455 std::cerr << "ABI: '" << abi_str << "'" << std::endl; in DumpABI()