Searched refs:off64_t (Results 1 – 6 of 6) sorted by relevance
22 #define off64_t off_t macro131 off64_t ret = ftello64(stream_); in GetFileLength()167 off64_t ret = ftello64(stream_); in Flush()
49 off64_t offset_;
68 offset_ += static_cast<off64_t>(len); in WriteInternal()
156 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()345 off64_t offset = static_cast<off64_t>(iter->first * H_BLOCK_SIZE); in WriteZeroToBlock()
65 typedef off64_t updater_sector_t;
396 ret = lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET); in Execute()457 ret = lseek64(fd, static_cast<off64_t>(it->first * H_BLOCK_SIZE), SEEK_SET); in Execute()