Searched defs:nbyte (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/otafault/
H A Dota_io.cpp133 ssize_t ota_read(int fd, void* buf, size_t nbyte) { argument
146 ssize_t status = read(fd, buf, nbyte);
173 ssize_t ota_write(int fd, const void* buf, size_t nbyte) { argument
186 ssize_t status = write(fd, buf, nbyte);

Completed in 19 milliseconds