Searched refs:WriteFully (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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 | 286 bool WriteFully(int fd, const uint8_t *data, size_t size) in WriteFully() function
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | block_writer.cpp | 75 if (Updater::Utils::WriteFully(fd_, addr, written) == false) {
|
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() 358 if (Utils::WriteFully(fd, buffer.data(), H_BLOCK_SIZE)) { in WriteZeroToBlock()
|
/ohos5.0/base/update/updater/services/flashd/ |
H A D | partition.cpp | 65 if (!Updater::Utils::WriteFully(fd, buffer.data(), buffer.size())) { in DoErase()
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | update_commander.cpp | 98 if (!Updater::Utils::WriteFully(fd_, payload, writeSize)) { in DoUpdate()
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | utils.h | 70 bool WriteFully(int fd, const uint8_t *data, size_t size);
|