Searched refs:WriteFully (Results 1 - 8 of 8) sorted by relevance
/base/update/updater/services/applypatch/ |
H A D | block_writer.cpp | 75 if (Updater::Utils::WriteFully(fd_, addr, written) == false) { in Write()
|
H A D | store.cpp | 117 if (size < 0 || !WriteFully(fd, buffer.data(), static_cast<size_t>(size))) {
in WriteDataToStore()
|
H A D | block_set.cpp | 185 if (Utils::WriteFully(fd, buffer.data() + pos, writeSize) == false) {
in WriteDataToBlock() 369 if (Utils::WriteFully(fd, buffer.data(), H_BLOCK_SIZE)) {
in WriteZeroToBlock()
|
/base/update/updater/utils/ |
H A D | partition_utils.cpp | 61 if (!Updater::Utils::WriteFully(fd, buffer.data(), buffer.size())) { in WipeBlockPartition()
|
H A D | utils.cpp | 283 bool WriteFully(int fd, const uint8_t *data, size_t size) in WriteFully() function
|
/base/update/updater/services/flashd/daemon/ |
H A D | update_commander.cpp | 98 if (!Updater::Utils::WriteFully(fd_, payload, writeSize)) { in DoUpdate() 99 FLASHD_LOGE("WriteFully fail, errno = %d", errno); in DoUpdate()
|
/base/update/updater/services/flashd/ |
H A D | partition.cpp | 86 if (!Updater::Utils::WriteFully(fd, buffer.data(), buffer.size())) {
in DoErasePartition() 88 FLASHD_LOGE("WriteFully fail");
in DoErasePartition()
|
/base/update/updater/utils/include/ |
H A D | utils.h | 71 bool WriteFully(int fd, const uint8_t *data, size_t size);
|
Completed in 5 milliseconds