Searched refs:out_bytes_read (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_consumer/ |
D | extent_reader.cc | 79 ssize_t out_bytes_read; in Read() local 85 &out_bytes_read)); in Read() 86 TEST_AND_RETURN_FALSE(out_bytes_read == in Read()
|
/system/update_engine/common/ |
D | utils.h | 81 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof); 86 int fd, void* buf, size_t count, off_t offset, ssize_t* out_bytes_read); 92 ssize_t* out_bytes_read);
|
D | utils.cc | 144 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll() argument 155 *out_bytes_read = bytes_read; in ReadAll() 168 *out_bytes_read = bytes_read; in ReadAll() 226 int fd, void* buf, size_t count, off_t offset, ssize_t* out_bytes_read) { in PReadAll() argument 238 *out_bytes_read = bytes_read; in PReadAll() 246 ssize_t* out_bytes_read) { in PReadAll() argument 259 *out_bytes_read = bytes_read; in PReadAll()
|