Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc268 Addr2linePipe* pipe_ptr = pipe->get(); in Addr2line() local
269 if (pipe_ptr == nullptr) { in Addr2line()
277 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/tools/signal_dumper/
Dsignal_dumper.cc308 Addr2linePipe* pipe_ptr = pipe->get(); in Addr2line() local
309 if (pipe_ptr == nullptr) { in Addr2line()
317 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()