Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp156 ret = lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET); in ReadDataFromBlock()
177 off64_t offset = static_cast<off64_t>(it->first * H_BLOCK_SIZE); in WriteDataToBlock()
336 off64_t offset = static_cast<off64_t>(iter->first * H_BLOCK_SIZE); in WriteZeroToBlock()
H A Draw_writer.h51 off64_t offset_;
H A Draw_writer.cpp77 offset_ += static_cast<off64_t>(len); in WriteInternal()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp27 #define off64_t off_t macro
146 off64_t ret = ftello64(stream_); in GetFileLength()
182 off64_t ret = ftello64(stream_); in Flush()
/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dpartitions.h65 typedef off64_t updater_sector_t;
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp413 if (lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) { in ExecReadBlockInfo()
517 if (lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) { in PrintAbnormalBlockHash()
561 if (lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) { in CalculateBlockSha()