Home
last modified time | relevance | path

Searched refs:ReadFully (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_remote_benchmark.cpp80 if (memory.ReadFully(readyAddr, &ready, sizeof(ready)) && ready) { in WaitForRemote()
/base/update/updater/services/applypatch/
H A Dstore.cpp164 if (!ReadFully(fd, buffer.data(), fileStat.st_size)) { in LoadDataFromStore()
H A Dblock_set.cpp162 if (!Utils::ReadFully(fd, buffer.data() + pos, size)) { in ReadDataFromBlock()
/base/update/updater/utils/include/
H A Dutils.h72 bool ReadFully(int fd, void* data, size_t size);
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp422 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 Dutils.cpp304 bool ReadFully(int fd, void *data, size_t size) in ReadFully() function

Completed in 5 milliseconds