Home | History | Annotate | Download | only in Target

Lines Matching full:max_bytes

2384 Process::ReadStringFromMemory (addr_t addr, char *dst, size_t max_bytes, Error &error,
2388 if (dst && max_bytes && type_width && max_bytes >= type_width)
2391 memset (dst, 0, max_bytes);
2392 size_t bytes_left = max_bytes - type_width;
2429 if (max_bytes)