Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc271 const std::string hex_offset = StringPrintf("%zx\n", offset); in Addr2line() local
273 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/tools/timeout_dumper/
Dtimeout_dumper.cc318 const std::string hex_offset = StringPrintf("%zx\n", offset); in Addr2line() local
320 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()