Searched refs:write_all (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.cpp | 96 static int write_all(int fd, const uint8_t* data, size_t size) { in write_all() function 111 static int write_all(int fd, const std::vector<uint8_t>& buffer, size_t size) { in write_all() function 112 return write_all(fd, buffer.data(), size); in write_all() 188 if (write_all(fd_, data, write_now) == -1) { in Write() 418 if (write_all(fd, buffer.data() + written, size) == -1) { in WriteBlocks() 750 if (write_all(fd, buffer, blocks * BLOCKSIZE) == -1) { in WriteStash() 1208 if (write_all(params.fd, params.buffer, BLOCKSIZE) == -1) { in PerformCommandZero()
|