Searched defs:CopyDataState (Results 1 – 1 of 1) sorted by relevance
19 struct CopyDataState { struct20 brillo::StreamPtr in_stream;21 brillo::StreamPtr out_stream;22 std::vector<uint8_t> buffer;23 uint64_t remaining_to_copy;24 uint64_t size_copied;25 CopyDataSuccessCallback success_callback;26 CopyDataErrorCallback error_callback;