Searched refs:stream_pacs (Results 1 – 2 of 2) sorted by relevance
1341 std::stringstream stream, stream_pacs; in Dump() local1347 stream_pacs << "\n\taddress: " << device->address_; in Dump()1348 device->DumpPacsDebugState(stream_pacs); in Dump()1349 dprintf(fd, "%s", stream_pacs.str().c_str()); in Dump()
2052 std::stringstream stream, stream_pacs; in Dump() local2123 stream_pacs << "\n\taddress: " << device->address_; in Dump()2124 device->DumpPacsDebugState(stream_pacs); in Dump()2126 dprintf(fd, "%s", stream_pacs.str().c_str()); in Dump()