Searched refs:tell (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/
H A Dsysvpkg.py165 fo.seek(fo.tell() + 512 - fo.tell() % 512)
H A Dcpiofile.py242 def tell(self): member in class:_Stream
276 # print("reading {0} bytes to {1} ({2})".format(size, self.pos, self.fileobj.tell()))
385 def tell(self): member in class:ExFileObject
920 if self.fileobj.tell() % padding != 0:
921 bytes = padding - self.fileobj.tell() % padding
922 self.fileobj.seek(self.fileobj.tell() + bytes)
H A Dsearch_storage.py644 sp = self._file_handle.tell()
H A Dindexer.py409 cur_location_int = file_handle.tell()
H A Dmanifest.py1309 cur_pos = file_handle.tell()
H A Dcatalog.py181 sfoffset = sfile.tell()
/pkg/src/tests/api/
H A Dt_p5i.py130 fobj.seek(fobj.tell() - 1)
/pkg/src/modules/actions/
H A Dgeneric.py245 sz = data.tell()
/pkg/src/modules/client/
H A Dimage.py3150 last_name, last_key, last_offset = None, None, sf.tell()
3175 act.name, key, sf.tell()

Completed in 511 milliseconds