Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc264 Addr2linePipe* pipe_ptr = pipe->get(); in Addr2line() local
265 if (pipe_ptr == nullptr) { in Addr2line()
273 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/tools/timeout_dumper/
Dtimeout_dumper.cc311 Addr2linePipe* pipe_ptr = pipe->get(); in Addr2line() local
312 if (pipe_ptr == nullptr) { in Addr2line()
320 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()