Home
last modified time | relevance | path

Searched refs:WriteFully (Results 1 – 7 of 7) sorted by relevance

/base/update/updater/services/applypatch/
Dblock_writer.cpp75 if (Updater::Utils::WriteFully(fd_, addr, written) == false) { in Write()
Dstore.cpp118 if (size < 0 || !WriteFully(fd, buffer.data(), static_cast<size_t>(size))) { in WriteDataToStore()
Dblock_set.cpp192 if (Utils::WriteFully(fd, buffer.data() + pos, writeSize) == false) { in WriteDataToBlock()
367 if (Utils::WriteFully(fd, buffer.data(), H_BLOCK_SIZE)) { in WriteZeroToBlock()
/base/update/updater/services/flashd/
Dpartition.cpp65 if (!Updater::Utils::WriteFully(fd, buffer.data(), buffer.size())) { in DoErase()
/base/update/updater/services/flashd/daemon/
Dupdate_commander.cpp98 if (!Updater::Utils::WriteFully(fd_, payload, writeSize)) { in DoUpdate()
/base/update/updater/utils/include/
Dutils.h58 bool WriteFully(int fd, const uint8_t *data, size_t size);
/base/update/updater/utils/
Dutils.cpp290 bool WriteFully(int fd, const uint8_t *data, size_t size) in WriteFully() function