Searched refs:ReadFully (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_remote_benchmark.cpp | 80 if (memory.ReadFully(readyAddr, &ready, sizeof(ready)) && ready) {
in WaitForRemote()
|
/base/update/updater/services/applypatch/ |
H A D | store.cpp | 164 if (!ReadFully(fd, buffer.data(), fileStat.st_size)) {
in LoadDataFromStore()
|
H A D | block_set.cpp | 162 if (!Utils::ReadFully(fd, buffer.data() + pos, size)) {
in ReadDataFromBlock()
|
/base/update/updater/utils/include/ |
H A D | utils.h | 72 bool ReadFully(int fd, void* data, size_t size);
|
/base/update/updater/services/updater_binary/ |
H A D | update_image_block.cpp | 422 if (!Utils::ReadFully(fd, block_buff.data() + pos, size)) {
in ExecReadBlockInfo() 588 if (!Utils::ReadFully(fd, block_buff.data(), H_BLOCK_SIZE)) {
in PrintAbnormalBlockHash() 631 if (!Utils::ReadFully(fd, block_buff.data(), H_BLOCK_SIZE)) {
in CalculateBlockSha()
|
/base/update/updater/utils/ |
H A D | utils.cpp | 304 bool ReadFully(int fd, void *data, size_t size) in ReadFully() function
|
Completed in 5 milliseconds