Searched refs:hex_offset (Results 1 – 2 of 2) sorted by relevance
271 const std::string hex_offset = StringPrintf("%zx\n", offset); in Addr2line() local273 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
318 const std::string hex_offset = StringPrintf("%zx\n", offset); in Addr2line() local320 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()