Lines Matching refs:bytes_read
263 size_t bytes_read = 0; in GetSTDOUT() local
267 bytes_read = process_sp->GetSTDOUT(dst, dst_len, error); in GetSTDOUT()
270 return bytes_read; in GetSTDOUT()
276 size_t bytes_read = 0; in GetSTDERR() local
280 bytes_read = process_sp->GetSTDERR(dst, dst_len, error); in GetSTDERR()
283 return bytes_read; in GetSTDERR()
289 size_t bytes_read = 0; in GetAsyncProfileData() local
293 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
296 return bytes_read; in GetAsyncProfileData()
805 size_t bytes_read = 0; in ReadMemory() local
815 bytes_read = process_sp->ReadMemory(addr, dst, dst_len, sb_error.ref()); in ReadMemory()
823 return bytes_read; in ReadMemory()
830 size_t bytes_read = 0; in ReadCStringFromMemory() local
837 bytes_read = process_sp->ReadCStringFromMemory(addr, (char *)buf, size, in ReadCStringFromMemory()
845 return bytes_read; in ReadCStringFromMemory()