Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc275 const std::string hex_offset = StringPrintf("0x%zx\n", offset); in Addr2line() local
277 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/tools/signal_dumper/
Dsignal_dumper.cc315 const std::string hex_offset = StringPrintf("%zx\n", offset); in Addr2line() local
317 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()