Searched defs:CopyDataState (Results 1 – 1 of 1) sorted by relevance
23 struct CopyDataState { struct24 brillo::StreamPtr in_stream;25 brillo::StreamPtr out_stream;26 std::vector<uint8_t> buffer;27 uint64_t remaining_to_copy;28 uint64_t size_copied;29 CopyDataSuccessCallback success_callback;30 CopyDataErrorCallback error_callback;