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