reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
384 reg_info, dst, dst_len, process.GetByteOrder(), error); 386 if (error.Success()) { 388 error.SetErrorString("byte copy failed."); 391 error = process.WriteMemory(dst_addr, dst, bytes_copied, bytes_written); 392 if (error.Fail()) 393 return error; 397 error.SetErrorStringWithFormat("only wrote %" PRIu64 " of %" PRIu64 405 return error;