Lines Matching refs:tell
483 if fd.tell() > offset:
485 (offset, fd.tell()))
486 fd.write(tools.GetBytes(self._erase_byte, offset - fd.tell()))
496 upto = fd.tell()
518 offset = align_int(fd.tell(), align)
566 if fd.tell() > self._header_offset:
568 (self._header_offset, fd.tell()))
580 self._header_offset = fd.tell()
607 pos = fd.tell()
690 orig_pos = fd.tell()
717 file_pos = fd.tell()
726 pos = fd.tell()
770 pad = (self.align - fd.tell() % self.align) % self.align
798 pos = fd.tell()
829 pos = fd.tell()