Home
last modified time | relevance | path

Searched refs:out_bytes_read (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Dextent_reader.cc79 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/
Dutils.h81 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);
Dutils.cc144 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()